aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 00ae8bf..35500fa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ 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 = "GPLv3" 12license = "GPL-3.0-or-later"
13 13
14[dependencies] 14[dependencies]
15rustyline = "3.0.0" 15rustyline = "3.0.0"