diff options
-rw-r--r-- | Cargo.toml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,8 +1,15 @@ | |||
1 | [package] | 1 | [package] |
2 | name = "eva" | 2 | name = "eva" |
3 | version = "0.1.0" | 3 | version = "0.2.0" |
4 | authors = ["NerdyPepper <[email protected]>"] | 4 | authors = ["NerdyPepper <[email protected]>"] |
5 | edition = "2018" | 5 | edition = "2018" |
6 | description = "Calculator REPL similar to bc(1)" | ||
7 | homepage = "https://github.com/nerdypepper/eva" | ||
8 | repository = "https://github.com/nerdypepper/eva" | ||
9 | readme = "./readme.md" | ||
10 | keywords = ["calculator", "repl", "math", "cli", "bc"] | ||
11 | categories = ["command-line-interface", "science", "parser-implementations"] | ||
12 | license = "GPLv3" | ||
6 | 13 | ||
7 | [dependencies] | 14 | [dependencies] |
8 | rustyline = "3.0.0" | 15 | rustyline = "3.0.0" |