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=efb9eaf3ea0ede88ea2b1f314f44c2039325fb3d;hp=139cf2f237daee3f6efd341a8d391780dd0563f6;hb=b18873a936be63f85a1f884fa86a60bfde241c02;hpb=026120042fe286bc09af4b5f38a345954d73f681 diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 139cf2f..efb9eaf 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -13,6 +13,8 @@ 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"