X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=backend%2FCargo.toml;h=944bf962c74613060821961c6fe5b27f22223d41;hb=7604416c953d9595d7c2f6de9b870e15597f9032;hp=c41e05d763b4bbbcd287b7f1fc8c1cf16e6477f6;hpb=9a4fa224d81978e42349bfbc6688933d67d37566;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" }