aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5469a29..0302432 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
1[package] 1[package]
2name = "prompt" 2name = "pista"
3version = "0.1.0" 3version = "0.1.0"
4authors = ["NerdyPepper <[email protected]>"] 4authors = ["NerdyPepper <[email protected]>"]
5edition = "2018" 5edition = "2018"
@@ -10,3 +10,4 @@ tico = "1.0.0"
10libc = "0.2.55" 10libc = "0.2.55"
11colored = "1.8.0" 11colored = "1.8.0"
12git2 = "0.8.0" 12git2 = "0.8.0"
13clap = "2.33.0"