diff options
Diffstat (limited to 'mumctl/Cargo.toml')
| -rw-r--r-- | mumctl/Cargo.toml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mumctl/Cargo.toml b/mumctl/Cargo.toml index fca5037..3a432d9 100644 --- a/mumctl/Cargo.toml +++ b/mumctl/Cargo.toml @@ -9,7 +9,10 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +mumlib = { path = "../mumlib" } + +log = "0.4" +ipc-channel = "0.14" + #clap = "2.33" #cursive = "0.15" -#ipc-channel = "0.14" -#serde = { version = "1.0", features = ["derive"] } |
