Use fs_extra to get folder size
[minecraft_web.git] / backend / Cargo.toml
index 1c51617..efb9eaf 100644 (file)
@@ -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