From de856d5e43ecadcd876bdf03800ecc5421347872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Thu, 15 Oct 2020 20:52:27 +0200 Subject: initial cli --- mumctl/Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'mumctl/Cargo.toml') 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"] } -- cgit v1.2.1