aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mumlib/Cargo.toml')
-rw-r--r--mumlib/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/mumlib/Cargo.toml b/mumlib/Cargo.toml
index 43bd8c5..245b108 100644
--- a/mumlib/Cargo.toml
+++ b/mumlib/Cargo.toml
@@ -9,11 +9,12 @@ Exposed parts of mum.
"""
repository = "https://github.com/sornas/mum"
license = "MIT"
+readme = "../README.md"
[dependencies]
-colored = "2.0"
+colored = "2"
dirs = "3"
fern = "0.6"
log = "0.4"
-serde = { version = "1.0", features = ["derive"] }
+serde = { version = "1", features = ["derive"] }
toml = "0.5"