Display the number of active player
[valheim_web.git] / backend / Cargo.toml
index 5a4b1e1..1b5f3d0 100644 (file)
@@ -14,6 +14,7 @@ ron = "0.6" # Rust object notation, to load configuration files.
 itertools = "0.10"
 
 sysinfo = "0.16"
+systemd = "0.8"
 
 futures = "0.3" # Needed by askam with the feature 'with-actix-web'.