summaryrefslogtreecommitdiff
path: root/crates/system_action
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-10-12 18:16:28 +0800
committer魏曹先生 <1992414357@qq.com>2025-10-12 18:16:28 +0800
commit19c5780c2ee4920916aa5d766e02faa27fe2af2a (patch)
treed24bc3c9aa4668fb879f81bed84846daee13b4cb /crates/system_action
parente8e0b6c230f6f7efb0f5773dc49f4a5d619fdbc4 (diff)
chore: Update dependencies and module exports
- Add required dependencies for action system - Export registry modules in vcs_actions library
Diffstat (limited to 'crates/system_action')
-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"] }