X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=backend%2FCargo.toml;h=2dbae9ffb8fca3912b0d52da313384c0f9817111;hb=58d9f48e4cca3e964047563a8bf458fbbaf79bc1;hp=1b5f3d06266af45a917045065911e96775de814f;hpb=2f8ea6c56e1d0f6d481c31766fb18c883c673068;p=valheim_web.git diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 1b5f3d0..2dbae9f 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -13,8 +13,11 @@ serde = { version = "1.0", features = ["derive"] } ron = "0.6" # Rust object notation, to load configuration files. itertools = "0.10" +chrono = "0.4" + sysinfo = "0.16" -systemd = "0.8" + +cached = "0.23" futures = "0.3" # Needed by askam with the feature 'with-actix-web'. @@ -24,3 +27,6 @@ common = { path = "../common" } [dependencies.askama] version = "0.9" features = ["with-actix-web"] + +[target.'cfg(unix)'.dependencies] +systemd = "0.8" \ No newline at end of file