From 272af96ed3867d4a637661fc95026cf0f19f8a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Mon, 12 Oct 2020 19:25:40 +0200 Subject: remove and restructure dependencies --- mumctl/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mumctl/Cargo.toml') diff --git a/mumctl/Cargo.toml b/mumctl/Cargo.toml index 18c9d82..b1c1dd6 100644 --- a/mumctl/Cargo.toml +++ b/mumctl/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +#clap = "2.33" #cursive = "0.15" -ipc-channel = "0.14" -serde = { version = "1.0", features = ["derive"] } -clap = "2.33" +#ipc-channel = "0.14" +#serde = { version = "1.0", features = ["derive"] } -- cgit v1.2.1