Adding information about backup (WIP)
[valheim_web.git] / backend / Cargo.toml
index af3667c..2dbae9f 100644 (file)
@@ -13,8 +13,9 @@ 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"
-systemd = "0.8"
 
 cached = "0.23"
 
@@ -26,3 +27,6 @@ common = { path = "../common" }
 [dependencies.askama]
 version = "0.9"
 features = ["with-actix-web"]
+
+[target.'cfg(unix)'.dependencies]
+systemd = "0.8"
\ No newline at end of file