aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mumctl/Cargo.toml4
-rw-r--r--mumd/Cargo.toml3
2 files changed, 5 insertions, 2 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"
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml
index c928db3..b89f817 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -7,8 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-#cursive = "0.15"
-#daemonize = "0.4"
+daemonize = "0.4"
ipc-channel = "0.14"
serde = { version = "1.0", features = ["derive"] }
clap = "2.33"