diff options
| author | mat <git@matdoes.dev> | 2025-02-02 21:17:28 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-02-02 21:17:28 +0000 |
| commit | 8d110a9f7c568fd52fc6c213d707206287311319 (patch) | |
| tree | 6dfed16120460fd726a09a779c5a1387cfa0baf1 /azalea-core | |
| parent | b08d3d55d7351eff6e27a09d732078c038539958 (diff) | |
| download | azalea-drasl-8d110a9f7c568fd52fc6c213d707206287311319.tar.xz | |
cleanup, fix warnings
Diffstat (limited to 'azalea-core')
| -rw-r--r-- | azalea-core/Cargo.toml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml index c976264b..85eef1f4 100644 --- a/azalea-core/Cargo.toml +++ b/azalea-core/Cargo.toml @@ -1,22 +1,22 @@ [package] name = "azalea-core" description = "Miscellaneous things in Azalea." -version = { workspace = true } -edition = { workspace = true } -license = { workspace = true } -repository = { workspace = true } +version.workspace = true +edition.workspace = true +license.workspace = true +repository.workspace = true [dependencies] azalea-buf = { path = "../azalea-buf", version = "0.11.0" } azalea-registry = { path = "../azalea-registry", version = "0.11.0" } bevy_ecs = { workspace = true, optional = true } -nohash-hasher = { workspace = true } -num-traits = { workspace = true } +nohash-hasher.workspace = true +num-traits.workspace = true serde = { workspace = true, optional = true } -simdnbt = { workspace = true } -tracing = { workspace = true } +simdnbt.workspace = true +tracing.workspace = true azalea-chat = { path = "../azalea-chat", version = "0.11.0" } -indexmap = { workspace = true } +indexmap.workspace = true [features] bevy_ecs = ["dep:bevy_ecs"] |
