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.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/system_action/Cargo.toml b/crates/system_action/Cargo.toml
index ee4f774..120cb34 100644
--- a/crates/system_action/Cargo.toml
+++ b/crates/system_action/Cargo.toml
@@ -9,3 +9,6 @@ action_system_macros = { path = "action_macros" }
# Serialization
serde = { version = "1.0.219", features = ["derive"] }
+
+# Async & Networking
+tokio = { version = "1.46.1", features = ["full"] }