aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorShayne Hartford <shaybox@shaybox.com>2025-02-17 18:28:37 -0500
committerGitHub <noreply@github.com>2025-02-17 17:28:37 -0600
commitc285fadd34df2a43a5cfe1d3c02a3cc47bf69e9e (patch)
tree8e68e7869a23be9dcbfad43a8de957b35d3723f1 /Cargo.lock
parent022771b71bdbfa29253342af36a63f0fe00ea962 (diff)
downloadazalea-drasl-c285fadd34df2a43a5cfe1d3c02a3cc47bf69e9e.tar.xz
Enable serde feature in sub-crates (#202)
Add serde derive to MinecraftEntityId
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 880393a6..eb279897 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -547,6 +547,7 @@ dependencies = [
"nohash-hasher",
"parking_lot",
"rustc-hash 2.1.1",
+ "serde",
"simdnbt",
"thiserror 2.0.11",
"tracing",