X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=backend%2FCargo.toml;h=944bf962c74613060821961c6fe5b27f22223d41;hb=aa84eb0853e2207014062877d539fca150a6d9c7;hp=c41e05d763b4bbbcd287b7f1fc8c1cf16e6477f6;hpb=4e8cefbaba361dc60418aaf7cdde1c12cacfb17e;p=valheim_web.git diff --git a/backend/Cargo.toml b/backend/Cargo.toml index c41e05d..944bf96 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -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" }