aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-06-08 08:55:53 +0200
committerGitHub <noreply@github.com>2021-06-08 08:55:53 +0200
commit63516f245afa117b9017c338c0cb42d64fab4a4f (patch)
tree0adbbc531fd74c8551b6d5f8ae1b1d5dce30f590 /mumlib/Cargo.toml
parentbe76c2aa51733a0cf495e92659fbcbe527f41149 (diff)
parent4cf73b2d08bd50b38ca610ca67cad01958ca8577 (diff)
downloadmum-63516f245afa117b9017c338c0cb42d64fab4a4f.tar.gz
Merge pull request #95 from mum-rs/message-timestamps
Store and print timestamp with messages
Diffstat (limited to 'mumlib/Cargo.toml')
-rw-r--r--mumlib/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mumlib/Cargo.toml b/mumlib/Cargo.toml
index 5c9d4e1..5ec9365 100644
--- a/mumlib/Cargo.toml
+++ b/mumlib/Cargo.toml
@@ -13,7 +13,7 @@ readme = "../README.md"
[dependencies]
colored = "2"
-chrono = "0.4"
+chrono = { version = "0.4", features = [ "serde" ] }
dirs = "3"
fern = "0.6"
log = "0.4"