diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-10-12 19:25:40 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-10-12 19:29:44 +0200 |
| commit | 272af96ed3867d4a637661fc95026cf0f19f8a41 (patch) | |
| tree | d20a93866b02ba01d898011effb58a3b8c287fde /mumctl/Cargo.toml | |
| parent | 02fb0bb5814655d34f3a2864e627b0867c56b6f9 (diff) | |
| download | mum-272af96ed3867d4a637661fc95026cf0f19f8a41.tar.gz | |
remove and restructure dependencies
Diffstat (limited to 'mumctl/Cargo.toml')
| -rw-r--r-- | mumctl/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
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"] } |
