X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;ds=sidebyside;f=backend%2FCargo.toml;h=944bf962c74613060821961c6fe5b27f22223d41;hb=7ebb570a4a158743200d0f5e53ab44ee823516f0;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" }