X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=backend%2FCargo.toml;h=351f7106379224086f6fdd2b4ac7c768f2b1651c;hb=f5ee5c4f340df1843e82b54e8a8835981aef6aa0;hp=af3667cae730e0a04ed83f34c25e11575bc65ca7;hpb=bfe8979bb9ba5017db32a5bd4f876cd318670c46;p=valheim_web.git diff --git a/backend/Cargo.toml b/backend/Cargo.toml index af3667c..351f710 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -14,7 +14,6 @@ ron = "0.6" # Rust object notation, to load configuration files. itertools = "0.10" sysinfo = "0.16" -systemd = "0.8" cached = "0.23" @@ -26,3 +25,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