diff options
author | NerdyPepper <[email protected]> | 2019-05-20 15:21:16 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-05-20 15:21:16 +0100 |
commit | f8a3b4d8d2b452f09e86f282ec0bd87dc57e71e8 (patch) | |
tree | 68f41537bad3c5bfec3dfbc7d66de6792bdf8189 /Cargo.toml | |
parent | d61e0ff1e192c62085e842ba878cdb10bacd4c9e (diff) |
add cli
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | [package] | 1 | [package] |
2 | name = "prompt" | 2 | name = "pista" |
3 | version = "0.1.0" | 3 | version = "0.1.0" |
4 | authors = ["NerdyPepper <[email protected]>"] | 4 | authors = ["NerdyPepper <[email protected]>"] |
5 | edition = "2018" | 5 | edition = "2018" |
@@ -10,3 +10,4 @@ tico = "1.0.0" | |||
10 | libc = "0.2.55" | 10 | libc = "0.2.55" |
11 | colored = "1.8.0" | 11 | colored = "1.8.0" |
12 | git2 = "0.8.0" | 12 | git2 = "0.8.0" |
13 | clap = "2.33.0" | ||