diff options
Diffstat (limited to 'mumctl/Cargo.toml')
| -rw-r--r-- | mumctl/Cargo.toml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/mumctl/Cargo.toml b/mumctl/Cargo.toml index 8483042..42188d2 100644 --- a/mumctl/Cargo.toml +++ b/mumctl/Cargo.toml @@ -1,15 +1,17 @@ [package] name = "mumctl" -version = "0.2.0" +version = "0.3.0" authors = ["Gustav Sörnäs <gustav@sornas.net>", "Eskil Queseth <eskilq@kth.se>"] -license = "MIT" edition = "2018" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +description = """ +CLI controller for mumd. +""" +repository = "https://github.com/sornas/mum" +license = "MIT" [dependencies] -mumlib = { path = "../mumlib" } +mumlib = { version = "0.3", path = "../mumlib" } clap = { version = "2.33", features = ["yaml"] } colored = "2.0" |
