X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=backend%2FCargo.toml;h=2dbae9ffb8fca3912b0d52da313384c0f9817111;hb=398e18ba5f03f5bf189af2960f027d8fd2e56025;hp=af3667cae730e0a04ed83f34c25e11575bc65ca7;hpb=525a070cc4fb56394a81eeeb3683260b941a2d51;p=valheim_web.git diff --git a/backend/Cargo.toml b/backend/Cargo.toml index af3667c..2dbae9f 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -13,8 +13,9 @@ 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" @@ -26,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