diff options
Diffstat (limited to 'mumctl/Cargo.toml')
| -rw-r--r-- | mumctl/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mumctl/Cargo.toml b/mumctl/Cargo.toml index 02326c8..621b1d0 100644 --- a/mumctl/Cargo.toml +++ b/mumctl/Cargo.toml @@ -13,9 +13,9 @@ license = "MIT" [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" |
