X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=backend%2FCargo.toml;h=1b5f3d06266af45a917045065911e96775de814f;hb=2f8ea6c56e1d0f6d481c31766fb18c883c673068;hp=5a4b1e17c1aa9caf67e05475442483f6b3e0134d;hpb=c4620d6f981e84059c464604969a55ff085152f6;p=valheim_web.git diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 5a4b1e1..1b5f3d0 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -14,6 +14,7 @@ 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'.