aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7e94fac..b1326b0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,10 @@ repository = "https://github.com/nerdypepper/eva"
9readme = "./readme.md" 9readme = "./readme.md"
10keywords = ["calculator", "repl", "math", "cli", "bc"] 10keywords = ["calculator", "repl", "math", "cli", "bc"]
11categories = ["command-line-interface", "science", "parser-implementations"] 11categories = ["command-line-interface", "science", "parser-implementations"]
12license = "GPL-3.0-or-later" 12license = "MIT"
13 13
14[dependencies] 14[dependencies]
15rustyline = "3.0.0" 15rustyline = "3.0.0"
16clap = "2.32.0"
17radix_fmt = "0.1.1"
18lazy_static = "1.3.0"