diff options
| author | mat <git@matdoes.dev> | 2023-12-28 17:49:41 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-12-28 17:49:47 -0600 |
| commit | cbb2ffad920ba88ad042a5d3ea932a62d42f3d4b (patch) | |
| tree | 41122677c94ca181e898b5d07700714f1b2f3f61 /azalea-client | |
| parent | cacb04718dd4142bded181d004f1fa40fe7ae178 (diff) | |
| download | azalea-drasl-cbb2ffad920ba88ad042a5d3ea932a62d42f3d4b.tar.xz | |
read nbt as optional in more places
Diffstat (limited to 'azalea-client')
| -rw-r--r-- | azalea-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index abda1829..11791101 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -9,12 +9,12 @@ version = "0.9.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +simdnbt = { version = "0.3", git = "https://github.com/azalea-rs/simdnbt" } reqwest = { version = "0.11.22", default-features = false } anyhow = "1.0.75" async-trait = "0.1.74" azalea-auth = { path = "../azalea-auth", version = "0.9.0" } azalea-block = { path = "../azalea-block", version = "0.9.0" } -simdnbt = "0.3" azalea-chat = { path = "../azalea-chat", version = "0.9.0" } azalea-core = { path = "../azalea-core", version = "0.9.0" } azalea-crypto = { path = "../azalea-crypto", version = "0.9.0" } |
