diff options
Diffstat (limited to 'crates/system_action/Cargo.toml')
| -rw-r--r-- | crates/system_action/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/system_action/Cargo.toml b/crates/system_action/Cargo.toml index ee4f774..54ae454 100644 --- a/crates/system_action/Cargo.toml +++ b/crates/system_action/Cargo.toml @@ -9,3 +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"] } |
