aboutsummaryrefslogtreecommitdiffstats
path: root/mumctl/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-04-03 11:09:06 +0200
committerGustav Sörnäs <gustav@sornas.net>2021-04-03 11:09:06 +0200
commitd85c652d8f5e3c01fec988cc77f2e199dc2f3dce (patch)
tree25045b7b3758a3ae18743e691c4a018921f8fe7d /mumctl/Cargo.toml
parent3f6281020b72ba949147a282c18c60a2842ad3dc (diff)
downloadmum-d85c652d8f5e3c01fec988cc77f2e199dc2f3dce.tar.gz
clap -> structopt
I tried to translate the current clap-code into structopt and save any modifications for later, /but/, some things would've taken too much energy. But I've forgotten what those were.
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"