diff options
Diffstat (limited to 'Cargo.lock')
| -rwxr-xr-x | Cargo.lock | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -20,6 +20,17 @@ dependencies = [ ] [[package]] +name = "ahash" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" +dependencies = [ + "getrandom", + "once_cell", + "version_check", +] + +[[package]] name = "anyhow" version = "1.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -183,6 +194,7 @@ dependencies = [ name = "azalea-nbt" version = "0.1.0" dependencies = [ + "ahash", "azalea-buf", "byteorder", "criterion", |
