X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=backend%2FCargo.toml;h=351f7106379224086f6fdd2b4ac7c768f2b1651c;hb=f5ee5c4f340df1843e82b54e8a8835981aef6aa0;hp=5a4b1e17c1aa9caf67e05475442483f6b3e0134d;hpb=c4620d6f981e84059c464604969a55ff085152f6;p=valheim_web.git diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 5a4b1e1..351f710 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -15,6 +15,8 @@ itertools = "0.10" sysinfo = "0.16" +cached = "0.23" + futures = "0.3" # Needed by askam with the feature 'with-actix-web'. common = { path = "../common" } @@ -23,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