aboutsummaryrefslogtreecommitdiff
path: root/clock/Cargo.toml
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2021-04-19 23:53:40 +0200
committerAndreas Grois <andi@grois.info>2021-04-19 23:53:40 +0200
commite1a78dd03e4e60d667254fcaaeb4f7f1f7459ae6 (patch)
treee59485fafb73193b3b51d622ccba5feee388416d /clock/Cargo.toml
parente7a0ff0c1fb5f92cceb5e2abfe4848cf98492fde (diff)
Clock now does something (but isn't done yet).
Diffstat (limited to 'clock/Cargo.toml')
-rw-r--r--clock/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/clock/Cargo.toml b/clock/Cargo.toml
index 2215005..1bbbc94 100644
--- a/clock/Cargo.toml
+++ b/clock/Cargo.toml
@@ -10,7 +10,7 @@ edition = "2018"
swaystatus-plugin = { path = '../swaystatus-plugin', version = '*'}
serde = { version = "1.0", features = ["derive"] }
erased-serde = "0.3"
-chrono = { version = "0.4", features = ["serde"] }
+chrono = { version = "0.4" }
[lib]
crate-type = ["dylib"]