summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2025-10-24Re-export subcrate `action_system` to `just_enough_vcs`魏曹先生
2025-10-13feat: Add JSON-based action invocation to ActionPool魏曹先生
- Extend action_gen macro to generate JSON serialization logic - Implement generic action processing using JSON text for type-agnostic calls - Add callback mechanism with action name and arguments in ActionPool - Update client and server registries to use new callback system - Improve action system flexibility at the cost of serialization overhead
2025-10-12chore: Update Cargo.lock with new dependencies魏曹先生
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-29Add incremental transfer functionality and update TCP connection utilities魏曹先生
- Add instance_incremental_transfer module for handling incremental data transfers - Add test_incremental_transfer module for testing incremental transfer functionality - Update TCP connection library to support new incremental transfer features - Update Cargo.toml dependencies for TCP connection utilities - Update main library to integrate new TCP connection functionality
2025-09-26refactor: downgrade tcp_connection functionality to test utilities魏曹先生
- Remove handle, target, target_configure, target_connection modules from main library - Create test_utils module in test project to contain temporary connection functionality - Update import paths in test files - Keep instance and error modules as core functionality - Adjust vcs_test configurations to adapt to new test structure
2025-09-26feat(tcp_connection): add MessagePack serialization support魏曹先生
- Add rmp-serde dependency for MessagePack serialization - Implement write_msgpack and read_msgpack methods for basic MessagePack support - Add write_large_msgpack and read_large_msgpack methods for chunked transmission - Add error conversions for rmp-serde errors - Add comprehensive tests for MessagePack functionality - Fix code formatting and improve readability - Make stream field pub(crate) for better access control All tests pass successfully, ensuring backward compatibility.
2025-09-25Rename `env` to `vcs`魏曹先生
2025-09-24Add crate `dirs` for env魏曹先生
2025-09-22Add test for `env`魏曹先生
2025-09-22Add test for crate `env`魏曹先生
2025-09-22Add tokio for `env` crate魏曹先生
2025-09-21Add some dependencies 1. thiserror 2. Upgrade base64 3. pem 4. crc魏曹先生
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-17Add `serde` dependencies for `tcp_connection` crate魏曹先生
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