diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-12-26 21:36:53 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-12-26 21:51:32 +0100 |
| commit | fe978a160e881b8ea573662909f93907a2ff11b7 (patch) | |
| tree | ceffb9817eb8bc939ce4571a6d1dc94234ef6ea1 /mumctl | |
| parent | 321c9e0136e07748ec16125bb1c441d05a7294de (diff) | |
| download | mum-fe978a160e881b8ea573662909f93907a2ff11b7.tar.gz | |
mumctl: update Cargo.toml for publishing
Diffstat (limited to 'mumctl')
| -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" |
