diff options
author | NerdyPepper <[email protected]> | 2019-03-31 05:07:59 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-03-31 05:07:59 +0100 |
commit | 85ccb1cfdd46eb522536fbb6c703347e73bb34ce (patch) | |
tree | f91d15585a3f1e8a43ae24396d0e04d064c5c792 /Cargo.toml | |
parent | 19a0262e0b88ab06b8c8f5c4152146dca78e5176 (diff) |
new deps, new licence
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -9,7 +9,10 @@ repository = "https://github.com/nerdypepper/eva" | |||
9 | readme = "./readme.md" | 9 | readme = "./readme.md" |
10 | keywords = ["calculator", "repl", "math", "cli", "bc"] | 10 | keywords = ["calculator", "repl", "math", "cli", "bc"] |
11 | categories = ["command-line-interface", "science", "parser-implementations"] | 11 | categories = ["command-line-interface", "science", "parser-implementations"] |
12 | license = "GPL-3.0-or-later" | 12 | license = "MIT" |
13 | 13 | ||
14 | [dependencies] | 14 | [dependencies] |
15 | rustyline = "3.0.0" | 15 | rustyline = "3.0.0" |
16 | clap = "2.32.0" | ||
17 | radix_fmt = "0.1.1" | ||
18 | lazy_static = "1.3.0" | ||