X-Git-Url: http://git.euphorik.ch/index.cgi?p=minecraft_web.git;a=blobdiff_plain;f=backend%2FCargo.toml;fp=backend%2FCargo.toml;h=139cf2f237daee3f6efd341a8d391780dd0563f6;hp=1c51617cf86667b3881a68f13822699d9c1c87d6;hb=16f93d7c5d110a92f90a4596e4fb3b994ae12932;hpb=9b09a05def141a8f5b08c822d886e9e9f9ba3050 diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 1c51617..139cf2f 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -7,6 +7,10 @@ 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"] } ron = "0.6" # Rust object notation, to load configuration files. @@ -22,12 +26,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