aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mumlib/Cargo.toml')
-rw-r--r--mumlib/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/mumlib/Cargo.toml b/mumlib/Cargo.toml
index 245b108..5c9d4e1 100644
--- a/mumlib/Cargo.toml
+++ b/mumlib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mumlib"
-version = "0.3.0"
+version = "0.4.0"
authors = ["Gustav Sörnäs <gustav@sornas.net>",
"Eskil Queseth <eskilq@kth.se>"]
edition = "2018"
@@ -13,6 +13,7 @@ readme = "../README.md"
[dependencies]
colored = "2"
+chrono = "0.4"
dirs = "3"
fern = "0.6"
log = "0.4"