aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-core/Cargo.toml')
-rw-r--r--azalea-core/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml
index e31351e8..8b92e845 100644
--- a/azalea-core/Cargo.toml
+++ b/azalea-core/Cargo.toml
@@ -13,7 +13,9 @@ azalea-buf = { path = "../azalea-buf", version = "^0.6.0" }
azalea-chat = { path = "../azalea-chat", version = "^0.6.0" }
azalea-nbt = { path = "../azalea-nbt", version = "^0.6.0" }
bevy_ecs = { version = "0.10.0", default-features = false, optional = true }
+serde = {version = "^1.0.152", optional = true}
uuid = "^1.1.2"
[features]
bevy_ecs = ["dep:bevy_ecs"]
+serde = ["dep:serde"] \ No newline at end of file