diff options
Diffstat (limited to 'mumlib')
| -rw-r--r-- | mumlib/Cargo.toml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mumlib/Cargo.toml b/mumlib/Cargo.toml index 2df0950..e439e77 100644 --- a/mumlib/Cargo.toml +++ b/mumlib/Cargo.toml @@ -4,8 +4,11 @@ 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" |
