diff options
| author | mat <git@matdoes.dev> | 2025-08-13 05:43:13 +0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-08-12 17:58:19 -0545 |
| commit | ac66744586880afd657969ae078700a9749e293a (patch) | |
| tree | e5a938d33f93f1ca9b60120b048ee037fd574282 /azalea/Cargo.toml | |
| parent | f01579f70b4acc045559c1aca82d8d39a1f79f12 (diff) | |
| download | azalea-drasl-ac66744586880afd657969ae078700a9749e293a.tar.xz | |
upgrade deps and remove unused deps
Diffstat (limited to 'azalea/Cargo.toml')
| -rw-r--r-- | azalea/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index a80b68ed..ab6b83b2 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -12,7 +12,6 @@ pre-release-replacements = [ ] [dependencies] -#async-trait.workspace = true azalea-auth.workspace = true azalea-block.workspace = true azalea-brigadier.workspace = true @@ -28,9 +27,7 @@ azalea-registry.workspace = true azalea-world.workspace = true bevy_app.workspace = true bevy_ecs.workspace = true -bevy_log.workspace = true bevy_tasks = { workspace = true, features = ["multi_threaded"] } -# bevy_time.workspace = true derive_more = { workspace = true, features = ["deref", "deref_mut"] } futures.workspace = true futures-lite.workspace = true @@ -51,6 +48,7 @@ criterion.workspace = true parking_lot = { workspace = true, features = ["deadlock_detection"] } rand.workspace = true anyhow.workspace = true +bevy_log.workspace = true [features] default = ["log", "serde", "packet-event"] |
