X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=backend%2FCargo.toml;h=1b5f3d06266af45a917045065911e96775de814f;hb=2f8ea6c56e1d0f6d481c31766fb18c883c673068;hp=944bf962c74613060821961c6fe5b27f22223d41;hpb=aa84eb0853e2207014062877d539fca150a6d9c7;p=valheim_web.git diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 944bf96..1b5f3d0 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -10,11 +10,11 @@ actix-rt = "1" actix-files = "0.2" serde = { version = "1.0", features = ["derive"] } -listenfd = "0.3" # To watch file modifications and automatically launch a build process (only used in dev/debug). 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'.