diff options
| author | Eskil Queseth <eskilq@kth.se> | 2021-03-24 21:38:51 +0100 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2021-03-24 21:38:51 +0100 |
| commit | d484c05e56194346944b295968c66ccc0e543534 (patch) | |
| tree | 41ee9fba2ad0841bffbd04b805ae6d675be7fb52 /mumctl/Cargo.toml | |
| parent | a5c26eaad44c45da852027d707bf1d8e838ed901 (diff) | |
| download | mum-d484c05e56194346944b295968c66ccc0e543534.tar.gz | |
remove ipc-channel dependency
Diffstat (limited to 'mumctl/Cargo.toml')
| -rw-r--r-- | mumctl/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mumctl/Cargo.toml b/mumctl/Cargo.toml index b22ca02..02326c8 100644 --- a/mumctl/Cargo.toml +++ b/mumctl/Cargo.toml @@ -16,6 +16,6 @@ mumlib = { version = "0.3", path = "../mumlib" } clap = { version = "2.33", features = ["yaml"] } colored = "2.0" log = "0.4" -ipc-channel = "0.15" +bincode = "1.3.2" #cursive = "0.15" |
