aboutsummaryrefslogtreecommitdiffstats
path: root/mumctl/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mumctl/Cargo.toml')
-rw-r--r--mumctl/Cargo.toml9
1 files changed, 5 insertions, 4 deletions
diff --git a/mumctl/Cargo.toml b/mumctl/Cargo.toml
index 02326c8..5a12d8f 100644
--- a/mumctl/Cargo.toml
+++ b/mumctl/Cargo.toml
@@ -11,11 +11,12 @@ repository = "https://github.com/sornas/mum"
license = "MIT"
[dependencies]
-mumlib = { version = "0.3", path = "../mumlib" }
+mumlib = { path = "../mumlib" }
-clap = { version = "2.33", features = ["yaml"] }
-colored = "2.0"
+anyhow = "1"
+bincode = "1"
+colored = "2"
log = "0.4"
-bincode = "1.3.2"
+structopt = "0.3"
#cursive = "0.15"