Cache displayed data
[valheim_web.git] / backend / Cargo.toml
index 1b5f3d0..af3667c 100644 (file)
@@ -16,6 +16,8 @@ itertools = "0.10"
 sysinfo = "0.16"
 systemd = "0.8"
 
+cached = "0.23"
+
 futures = "0.3" # Needed by askam with the feature 'with-actix-web'.
 
 common = { path = "../common" }