From a4bd27c5a7f5f7c35e452fbedc7993f4adde37d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Fri, 9 Oct 2020 14:31:40 +0200 Subject: move dependencies --- mumd/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mumd') 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" -- cgit v1.2.1