Adding information about backup (WIP)
[valheim_web.git] / backend / Cargo.toml
index 351f710..2dbae9f 100644 (file)
@@ -13,6 +13,8 @@ serde = { version = "1.0", features = ["derive"] }
 ron = "0.6" # Rust object notation, to load configuration files.
 itertools = "0.10"
 
+chrono = "0.4"
+
 sysinfo = "0.16"
 
 cached = "0.23"