summaryrefslogtreecommitdiff
path: root/crates/vcs_actions/Cargo.toml
AgeCommit message (Collapse)Author
2025-10-27Update dependencies to latest versions魏曹先生
2025-10-12chore: Update dependencies and module exports魏曹先生
- Add required dependencies for action system - Export registry modules in vcs_actions library
2025-10-06Create vcs_actions crate for client-server interaction logic魏曹先生
- Add new crate to combine action_system and vcs_data functionality - Define dependencies on both action_system and vcs_data crates - Prepare structure for implementing client-server communication logic