diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -32,7 +32,6 @@ repository = "https://github.com/azalea-rs/azalea" aes = "0.8.4" anyhow = "1.0.95" async-recursion = "1.1.1" -async-trait = "0.1.86" base64 = "0.22.1" bevy_app = "0.15.2" bevy_ecs = { version = "0.15.2", default-features = false } @@ -49,7 +48,6 @@ env_logger = "0.11.6" flate2 = "1.0.35" futures = "0.3.31" futures-lite = "2.6.0" -log = "0.4.25" md-5 = "0.10.6" minecraft_folder_path = "0.1.2" nohash-hasher = "0.2.0" @@ -80,6 +78,7 @@ hickory-resolver = { version = "0.24.3", default-features = false } uuid = "1.12.1" num-format = "0.4.4" indexmap = "2.7.1" +paste = "1.0.15" compact_str = "0.8.1" # --- Profile Settings --- |
