diff options
Diffstat (limited to 'mumlib/Cargo.toml')
| -rw-r--r-- | mumlib/Cargo.toml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/mumlib/Cargo.toml b/mumlib/Cargo.toml index 74bdb32..e439e77 100644 --- a/mumlib/Cargo.toml +++ b/mumlib/Cargo.toml @@ -1,11 +1,14 @@ [package] name = "mumlib" -version = "0.2.0" +version = "0.3.0" authors = ["Gustav Sörnäs <gustav@sornas.net>", "Eskil Queseth <eskilq@kth.se>"] edition = "2018" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +description = """ +Exposed parts of mum. +""" +repository = "https://github.com/sornas/mum" +license = "MIT" [dependencies] colored = "2.0" |
