aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-12-26 21:16:45 +0100
committerGustav Sörnäs <gustav@sornas.net>2020-12-26 21:51:32 +0100
commitf9a2f9c5a9d35062a4d2fc422581cff232b19ee4 (patch)
treee107f99401a59b9e3d04792fa41d5eb7147cd696 /mumlib
parent0179df31934575648af307004cf7373cc140fc1a (diff)
downloadmum-f9a2f9c5a9d35062a4d2fc422581cff232b19ee4.tar.gz
mumlib: update Cargo.toml for publishing
Diffstat (limited to 'mumlib')
-rw-r--r--mumlib/Cargo.toml7
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"