X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=backend%2FCargo.toml;h=2dbae9ffb8fca3912b0d52da313384c0f9817111;hb=9deef63b608b62780a4dfed031410c25e10e477a;hp=351f7106379224086f6fdd2b4ac7c768f2b1651c;hpb=f5ee5c4f340df1843e82b54e8a8835981aef6aa0;p=valheim_web.git diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 351f710..2dbae9f 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -13,6 +13,8 @@ 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" cached = "0.23"