X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=backend%2FCargo.toml;h=efb9eaf3ea0ede88ea2b1f314f44c2039325fb3d;hb=b18873a936be63f85a1f884fa86a60bfde241c02;hp=1c51617cf86667b3881a68f13822699d9c1c87d6;hpb=9b09a05def141a8f5b08c822d886e9e9f9ba3050;p=minecraft_web.git diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 1c51617..efb9eaf 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -7,8 +7,14 @@ edition = "2018" [dependencies] actix-web = "3" actix-files = "0.5" +askama_actix = "0.11" + +minecraft-client-rs = "0.1" + serde = { version = "1.0", features = ["derive"] } +fs_extra = "1.2.0" + ron = "0.6" # Rust object notation, to load configuration files. itertools = "0.10" @@ -22,12 +28,7 @@ futures = "0.3" # Needed by askam with the feature 'with-actix-web'. common = { path = "../common" } -askama_actix = "0.11" - # Template system. [dependencies.askama] version = "0.10" -features = ["with-actix-web"] - -[target.'cfg(unix)'.dependencies] -systemd = "0.9" \ No newline at end of file +features = ["with-actix-web"] \ No newline at end of file