diff options
| author | mat <git@matdoes.dev> | 2024-04-24 05:05:19 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-04-24 05:05:19 +0000 |
| commit | e7c5a5e4fa7f2491b93b0f0692bba51ef76a4426 (patch) | |
| tree | 534bb04299cbde22f0151f4a742c34be67ab964a /azalea-protocol | |
| parent | 287f493172e2440c5b6d2ece9a016d0c9688d5d1 (diff) | |
| download | azalea-drasl-e7c5a5e4fa7f2491b93b0f0692bba51ef76a4426.tar.xz | |
require azalea-buf feature for azalea-chat in some places
Diffstat (limited to 'azalea-protocol')
| -rw-r--r-- | azalea-protocol/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 5d87e739..74ca9b40 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -19,6 +19,7 @@ azalea-brigadier = { path = "../azalea-brigadier", version = "0.10.0", features azalea-buf = { path = "../azalea-buf", version = "0.10.0" } azalea-chat = { path = "../azalea-chat", version = "0.10.0", features = [ "numbers", + "azalea-buf", ] } azalea-core = { path = "../azalea-core", optional = true, version = "0.10.0", features = [ "serde", |
