aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Update workspace configuration for new crate structure魏曹先生2025-10-061-3/+6
| | | | | | - 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
* Update workspace configuration for action_system rename魏曹先生2025-10-061-2/+2
| | | | | | - Replace vcs_service with action_system in workspace members - Update Cargo.lock dependencies to reflect new crate names - Maintain workspace structure with renamed crates
* Update dependencies and workspace configuration魏曹先生2025-10-061-0/+3
| | | | | | - Add vcs_service to workspace members in Cargo.toml - Update Cargo.lock with new vcs_service dependencies - Add vcs_service dependency to vcs crate
* Rename `env` to `vcs`魏曹先生2025-09-251-5/+5
|
* Add test for crate `env`魏曹先生2025-09-221-0/+1
|
* Update Cargo.toml魏曹先生2025-09-211-1/+0
|
* Update Cargo.toml 1. Rename feature `default` to `all` 2. Add feature魏曹先生2025-09-201-3/+12
| | | | | `tcp_connection`, `string_proc`, `env` 3. Add crates `string_proc`, `env` to workspace 4. Removed crate `member_verify`
* Add workspace crates魏曹先生2025-09-141-1/+3
| | | | | 1. Add `tcp_connection` 2. Add `tcp_connection_test`
* Add modules魏曹先生2025-09-131-1/+4
| | | | | 1. Add `member_verify` modules 2. Add 'tcp_connection'modules
* Rename cfg_file_example to cfg_file_test魏曹先生2025-09-121-5/+1
|
* Update crate `cfg_file`魏曹先生2025-09-121-2/+5
| | | | Add feature `derive`
* Add Crate `cfg_file`魏曹先生2025-09-121-0/+43
.../utils/cfg_file .../cfg_file/cfg_file_derive .../cfg_file/cfg_file_example