Cache displayed data
[valheim_web.git] / backend / Cargo.toml
index 944bf96..af3667c 100644 (file)
@@ -10,11 +10,13 @@ actix-rt = "1"
 actix-files = "0.2"
 serde = { version = "1.0", features = ["derive"] }
 
-listenfd = "0.3" # To watch file modifications and automatically launch a build process (only used in dev/debug).
 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'.