aboutsummaryrefslogtreecommitdiffstats
path: root/mumctl
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-10-09 14:31:40 +0200
committerGustav Sörnäs <gustav@sornas.net>2020-10-09 14:31:40 +0200
commita4bd27c5a7f5f7c35e452fbedc7993f4adde37d6 (patch)
tree051cbf58f85a6eec84a8e561c012c6c838b84b2b /mumctl
parentfa4b590dfb1dfe0793fa4daab7ec15a9404acc16 (diff)
downloadmum-a4bd27c5a7f5f7c35e452fbedc7993f4adde37d6.tar.gz
move dependencies
Diffstat (limited to 'mumctl')
-rw-r--r--mumctl/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/mumctl/Cargo.toml b/mumctl/Cargo.toml
index 77ecf8a..18c9d82 100644
--- a/mumctl/Cargo.toml
+++ b/mumctl/Cargo.toml
@@ -7,3 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+#cursive = "0.15"
+ipc-channel = "0.14"
+serde = { version = "1.0", features = ["derive"] }
+clap = "2.33"