diff options
author | NerdyPepper <[email protected]> | 2019-03-28 17:23:54 +0000 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-03-28 17:23:54 +0000 |
commit | 9379b0cc2d2b220a409a784e57f9d13c5990fe77 (patch) | |
tree | 5eecf4794f4eb4cbf9179c6a30ac741ad71fd4b4 /Cargo.toml | |
parent | ec76e7b082e86bd546632a331874e4b89eff21c6 (diff) |
add pkg metadata
Diffstat (limited to 'Cargo.toml')
-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" |