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-chat | |
| parent | b08d3d55d7351eff6e27a09d732078c038539958 (diff) | |
| download | azalea-drasl-8d110a9f7c568fd52fc6c213d707206287311319.tar.xz | |
cleanup, fix warnings
Diffstat (limited to 'azalea-chat')
| -rw-r--r-- | azalea-chat/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml index 8c789702..04505295 100644 --- a/azalea-chat/Cargo.toml +++ b/azalea-chat/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "azalea-chat" description = "Parse Minecraft chat messages." -version = { workspace = true } -edition = { workspace = true } -license = { workspace = true } -repository = { workspace = true } +version.workspace = true +edition.workspace = true +license.workspace = true +repository.workspace = true [features] default = [] @@ -19,6 +19,6 @@ azalea-buf = { path = "../azalea-buf", version = "0.11.0", optional = true, feat azalea-language = { path = "../azalea-language", version = "0.11.0" } azalea-registry = { path = "../azalea-registry", version = "0.11.0", optional = true } serde = { workspace = true, features = ["derive"] } -serde_json = { workspace = true } +serde_json.workspace = true simdnbt = { workspace = true, optional = true } -tracing = { workspace = true } +tracing.workspace = true |
