diff options
Diffstat (limited to 'mumctl/Cargo.toml')
| -rw-r--r-- | mumctl/Cargo.toml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mumctl/Cargo.toml b/mumctl/Cargo.toml index ffcb5ef..42188d2 100644 --- a/mumctl/Cargo.toml +++ b/mumctl/Cargo.toml @@ -3,13 +3,15 @@ name = "mumctl" 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" |
