Cache displayed data
[valheim_web.git] / backend / Cargo.toml
index 5a4b1e1..af3667c 100644 (file)
@@ -14,6 +14,9 @@ ron = "0.6" # Rust object notation, to load configuration files.
 itertools = "0.10"
 
 sysinfo = "0.16"
+systemd = "0.8"
+
+cached = "0.23"
 
 futures = "0.3" # Needed by askam with the feature 'with-actix-web'.