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, 6 insertions, 3 deletions
diff --git a/mumctl/Cargo.toml b/mumctl/Cargo.toml
index fca5037..1f2f727 100644
--- a/mumctl/Cargo.toml
+++ b/mumctl/Cargo.toml
@@ -9,7 +9,10 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-#clap = "2.33"
+mumlib = { path = "../mumlib" }
+
+clap = { version = "2.33", features = ["yaml"] }
+log = "0.4"
+ipc-channel = "0.14"
+
#cursive = "0.15"
-#ipc-channel = "0.14"
-#serde = { version = "1.0", features = ["derive"] }