diff options
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" | ||