aboutsummaryrefslogtreecommitdiffstats
path: root/mumctl/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-03-29 11:17:54 +0200
committerGitHub <noreply@github.com>2021-03-29 11:17:54 +0200
commitc6a5774443099c747bce938e6f87299397819c2b (patch)
tree21ee198b7114d90e3523e7f25bbeb881bcdb0842 /mumctl/Cargo.toml
parent8501432530f19cb2be86815697c82abbe4482275 (diff)
parent80cedde5d6868f5e4db85db2c80825e49d981a48 (diff)
downloadmum-c6a5774443099c747bce938e6f87299397819c2b.tar.gz
Merge pull request #74 from mum-rs/yeet-ipc
Diffstat (limited to 'mumctl/Cargo.toml')
-rw-r--r--mumctl/Cargo.toml2
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"