aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-06-07 17:26:56 +0200
committerGustav Sörnäs <gustav@sornas.net>2021-06-07 17:30:51 +0200
commit4cf73b2d08bd50b38ca610ca67cad01958ca8577 (patch)
tree0adbbc531fd74c8551b6d5f8ae1b1d5dce30f590 /mumd/Cargo.toml
parentbe76c2aa51733a0cf495e92659fbcbe527f41149 (diff)
downloadmum-4cf73b2d08bd50b38ca610ca67cad01958ca8577.tar.gz
store timestamp with messages
Diffstat (limited to 'mumd/Cargo.toml')
-rw-r--r--mumd/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml
index d8e2635..1e8e63f 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -42,6 +42,7 @@ tokio-stream = "0.1.0"
tokio-native-tls = "0.3"
tokio-util = { version = "0.6", features = ["codec", "net"] }
bincode = "1.3.2"
+chrono = "0.4"
libnotify = { version = "1.0", optional = true }