aboutsummaryrefslogtreecommitdiffstats
path: root/mumctl/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-10-12 19:25:40 +0200
committerGustav Sörnäs <gustav@sornas.net>2020-10-12 19:29:44 +0200
commit272af96ed3867d4a637661fc95026cf0f19f8a41 (patch)
treed20a93866b02ba01d898011effb58a3b8c287fde /mumctl/Cargo.toml
parent02fb0bb5814655d34f3a2864e627b0867c56b6f9 (diff)
downloadmum-272af96ed3867d4a637661fc95026cf0f19f8a41.tar.gz
remove and restructure dependencies
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 18c9d82..b1c1dd6 100644
--- a/mumctl/Cargo.toml
+++ b/mumctl/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+#clap = "2.33"
#cursive = "0.15"
-ipc-channel = "0.14"
-serde = { version = "1.0", features = ["derive"] }
-clap = "2.33"
+#ipc-channel = "0.14"
+#serde = { version = "1.0", features = ["derive"] }