X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=backend%2FCargo.toml;h=efb9eaf3ea0ede88ea2b1f314f44c2039325fb3d;hb=7a8af6c9b7b212b96fbb99b7c733e8470754f373;hp=139cf2f237daee3f6efd341a8d391780dd0563f6;hpb=16f93d7c5d110a92f90a4596e4fb3b994ae12932;p=minecraft_web.git 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"