diff options
| author | mat <github@matdoes.dev> | 2022-06-17 23:55:11 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-17 23:55:11 -0500 |
| commit | 614b21129804930159f041ce3f51202bc3e1c0b6 (patch) | |
| tree | 9c78d1f1bb13de5ae91d2ca2092da28c1b8ae6ef /Cargo.lock | |
| parent | f993e79a7e6acc7aadd1e6cf9462d7a3e2c3ac3e (diff) | |
| download | azalea-drasl-614b21129804930159f041ce3f51202bc3e1c0b6.tar.xz | |
EntityStorage
Diffstat (limited to 'Cargo.lock')
| -rwxr-xr-x | Cargo.lock | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -193,8 +193,10 @@ version = "0.1.0" dependencies = [ "azalea-block", "azalea-core", + "azalea-entity", "azalea-nbt", "azalea-protocol", + "nohash-hasher", ] [[package]] @@ -772,6 +774,12 @@ dependencies = [ ] [[package]] +name = "nohash-hasher" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" + +[[package]] name = "num" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" |
