summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2025-10-24Re-export subcrate `action_system` to `just_enough_vcs`魏曹先生
2025-10-06chore: update workspace configuration and dependencies魏曹先生
- Add examples to workspace members - Update vcs_data dependencies structure - Fix library re-export paths in main lib.rs
2025-10-06Update workspace configuration for new crate structure魏曹先生
- Replace vcs with vcs_data and vcs_actions in workspace members - Update Cargo.lock dependencies to reflect new crate names - Maintain workspace structure with reorganized crates
2025-10-06Update workspace configuration for action_system rename魏曹先生
- Replace vcs_service with action_system in workspace members - Update Cargo.lock dependencies to reflect new crate names - Maintain workspace structure with renamed crates
2025-10-06Update dependencies and workspace configuration魏曹先生
- Add vcs_service to workspace members in Cargo.toml - Update Cargo.lock with new vcs_service dependencies - Add vcs_service dependency to vcs crate
2025-09-25Rename `env` to `vcs`魏曹先生
2025-09-22Add test for crate `env`魏曹先生
2025-09-21Update Cargo.toml魏曹先生
2025-09-20Update Cargo.toml 1. Rename feature `default` to `all` 2. Add feature魏曹先生
`tcp_connection`, `string_proc`, `env` 3. Add crates `string_proc`, `env` to workspace 4. Removed crate `member_verify`
2025-09-14Add workspace crates魏曹先生
1. Add `tcp_connection` 2. Add `tcp_connection_test`
2025-09-13Add modules魏曹先生
1. Add `member_verify` modules 2. Add 'tcp_connection'modules
2025-09-12Rename cfg_file_example to cfg_file_test魏曹先生
2025-09-12Update crate `cfg_file`魏曹先生
Add feature `derive`
2025-09-12Add Crate `cfg_file`魏曹先生
.../utils/cfg_file .../cfg_file/cfg_file_derive .../cfg_file/cfg_file_example