diff options
Diffstat (limited to 'mumctl/Cargo.toml')
| -rw-r--r-- | mumctl/Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mumctl/Cargo.toml b/mumctl/Cargo.toml index 02326c8..f19a67c 100644 --- a/mumctl/Cargo.toml +++ b/mumctl/Cargo.toml @@ -9,13 +9,14 @@ CLI controller for mumd. """ repository = "https://github.com/sornas/mum" license = "MIT" +readme = "../README.md" [dependencies] mumlib = { version = "0.3", path = "../mumlib" } -clap = { version = "2.33", features = ["yaml"] } -colored = "2.0" +bincode = "1" +colored = "2" log = "0.4" -bincode = "1.3.2" +structopt = "0.3" #cursive = "0.15" |
