aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-06-17 23:55:11 -0500
committermat <github@matdoes.dev>2022-06-17 23:55:11 -0500
commit614b21129804930159f041ce3f51202bc3e1c0b6 (patch)
tree9c78d1f1bb13de5ae91d2ca2092da28c1b8ae6ef /Cargo.lock
parentf993e79a7e6acc7aadd1e6cf9462d7a3e2c3ac3e (diff)
downloadazalea-drasl-614b21129804930159f041ce3f51202bc3e1c0b6.tar.xz
EntityStorage
Diffstat (limited to 'Cargo.lock')
-rwxr-xr-xCargo.lock8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 85dc7a98..c63ef7a8 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"