Add a Valheim controller module.
[valheim_web.git] / backend / Cargo.toml
index c41e05d..944bf96 100644 (file)
@@ -14,6 +14,8 @@ listenfd = "0.3" # To watch file modifications and automatically launch a build
 ron = "0.6" # Rust object notation, to load configuration files.
 itertools = "0.10"
 
+sysinfo = "0.16"
+
 futures = "0.3" # Needed by askam with the feature 'with-actix-web'.
 
 common = { path = "../common" }