kalker/kalk_cli/Cargo.toml
2020-06-12 00:49:50 +02:00

22 lines
570 B
TOML

[package]
name = "kalk_cli"
version = "0.1.4"
authors = ["PaddiM8"]
edition = "2018"
readme = "../README.md"
description = "A calculator that supports user-defined functions and variables and can handle fairly ambiguous syntax."
repository = "https://github.com/PaddiM8/kalk"
license = "MIT"
keywords = ["math", "calculator", "cli", "command-line"]
categories = ["mathematics", "command-line-utilities"]
[profile.release]
panic = "abort"
[dependencies]
kalk = "0.1.3"
rustyline = "6.1.2"
ansi_term = "0.12"
regex = "1"
phf = { version = "0.8", features = ["macros"] }