aboutsummaryrefslogtreecommitdiffstats
path: root/mumctl/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-04-06 20:43:11 +0200
committerGitHub <noreply@github.com>2021-04-06 20:43:11 +0200
commit06a765afc73ec1f8f2af27f4ea2730ddaaf05852 (patch)
tree43607aab322996c4ff4ab6bf06a1345c98b98297 /mumctl/Cargo.toml
parent1734a72d3caff4f8831f4b366fdb818fddecf32f (diff)
parentcd35ea952d0615793c08ad2c07f5d1245ab8f28f (diff)
downloadmum-06a765afc73ec1f8f2af27f4ea2730ddaaf05852.tar.gz
Merge pull request #81 from mum-rs/structopt
Diffstat (limited to 'mumctl/Cargo.toml')
-rw-r--r--mumctl/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/mumctl/Cargo.toml b/mumctl/Cargo.toml
index 02326c8..621b1d0 100644
--- a/mumctl/Cargo.toml
+++ b/mumctl/Cargo.toml
@@ -13,9 +13,9 @@ license = "MIT"
[dependencies]
mumlib = { version = "0.3", path = "../mumlib" }
-clap = { version = "2.33", features = ["yaml"] }
-colored = "2.0"
+bincode = "1"
+colored = "2"
log = "0.4"
-bincode = "1.3.2"
+structopt = "0.3"
#cursive = "0.15"