summaryrefslogtreecommitdiff
path: root/crates/system_action/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/system_action/Cargo.toml')
-rw-r--r--crates/system_action/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/system_action/Cargo.toml b/crates/system_action/Cargo.toml
index 120cb34..54ae454 100644
--- a/crates/system_action/Cargo.toml
+++ b/crates/system_action/Cargo.toml
@@ -9,6 +9,7 @@ action_system_macros = { path = "action_macros" }
# Serialization
serde = { version = "1.0.219", features = ["derive"] }
+serde_json = "1.0.140"
# Async & Networking
tokio = { version = "1.46.1", features = ["full"] }