summaryrefslogtreecommitdiff
path: root/examples/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Cargo.toml')
-rw-r--r--examples/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index 3a6cee2..f2442ba 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -19,3 +19,7 @@ action_system = { path = "../crates/system_action" }
# Async & Networking
tokio = { version = "1.46.1", features = ["full"] }
+
+# Serialization
+serde = { version = "1.0.219", features = ["derive"] }
+serde_json = "1.0.140"