summaryrefslogtreecommitdiff
path: root/crates/system_action/action_macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/system_action/action_macros/Cargo.toml')
-rw-r--r--crates/system_action/action_macros/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/system_action/action_macros/Cargo.toml b/crates/system_action/action_macros/Cargo.toml
index 5ae14fa..869dcde 100644
--- a/crates/system_action/action_macros/Cargo.toml
+++ b/crates/system_action/action_macros/Cargo.toml
@@ -13,3 +13,7 @@ string_proc = { path = "../../utils/string_proc" }
syn = { version = "2.0", features = ["full", "extra-traits"] }
quote = "1.0"
proc-macro2 = "1.0"
+
+# Serialization
+serde = { version = "1.0.219", features = ["derive"] }
+serde_json = "1.0.140"