diff options
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" |
