summaryrefslogtreecommitdiff
path: root/world/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'world/Cargo.toml')
-rw-r--r--world/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/world/Cargo.toml b/world/Cargo.toml
index db199bc..cb47c70 100644
--- a/world/Cargo.toml
+++ b/world/Cargo.toml
@@ -7,6 +7,7 @@ edition = "2024"
anyhow = "1.0.95"
clap = { version = "4.5.23", features = ["derive"] }
env_logger = "0.11.6"
+serde = { version = "1.0.217", features = ["derive"] }
gltf = { version = "1.4.1", features = [
"extras",
"names",
@@ -23,3 +24,4 @@ rand = "0.9.0-beta.1"
image = "0.25.5"
rayon = "1.10.0"
humansize = "2.1.3"
+serde_json = "1.0.138"