diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-12-26 21:16:45 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-12-26 21:51:32 +0100 |
| commit | f9a2f9c5a9d35062a4d2fc422581cff232b19ee4 (patch) | |
| tree | e107f99401a59b9e3d04792fa41d5eb7147cd696 /mumlib/Cargo.toml | |
| parent | 0179df31934575648af307004cf7373cc140fc1a (diff) | |
| download | mum-f9a2f9c5a9d35062a4d2fc422581cff232b19ee4.tar.gz | |
mumlib: update Cargo.toml for publishing
Diffstat (limited to 'mumlib/Cargo.toml')
| -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" |
