diff options
| author | mat <git@matdoes.dev> | 2025-03-29 23:10:55 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-03-29 23:10:55 +0000 |
| commit | 43ebbee94a24e1f797759d3abe002b8ddfe0523c (patch) | |
| tree | 8c861f2cfaf3b0df11d8999c929d39700454751b /azalea-protocol/Cargo.toml | |
| parent | d0b459e82764987e1f820978e2af2d01a4b91084 (diff) | |
| download | azalea-drasl-43ebbee94a24e1f797759d3abe002b8ddfe0523c.tar.xz | |
update ServerboundContainerClick to use HashedStack from 1.21.5
Diffstat (limited to 'azalea-protocol/Cargo.toml')
| -rw-r--r-- | azalea-protocol/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index e81beea6..78e776b6 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -48,8 +48,10 @@ tokio-util = { workspace = true, features = ["codec"] } tracing.workspace = true hickory-resolver = { workspace = true, features = ["tokio-runtime"] } uuid.workspace = true +crc32fast = { workspace = true, optional = true } [features] connecting = [] default = ["packets"] -packets = ["connecting", "dep:azalea-core"] +packets = ["connecting", "dep:azalea-core", "crc32"] +crc32 = ["crc32fast"] |
