diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-10-09 14:31:40 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-10-09 14:31:40 +0200 |
| commit | a4bd27c5a7f5f7c35e452fbedc7993f4adde37d6 (patch) | |
| tree | 051cbf58f85a6eec84a8e561c012c6c838b84b2b /mumd/Cargo.toml | |
| parent | fa4b590dfb1dfe0793fa4daab7ec15a9404acc16 (diff) | |
| download | mum-a4bd27c5a7f5f7c35e452fbedc7993f4adde37d6.tar.gz | |
move dependencies
Diffstat (limited to 'mumd/Cargo.toml')
| -rw-r--r-- | mumd/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
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" |
