aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Add sheet system with mapping macros and modules魏曹先生2026-02-121-0/+2
|
* Add sheet system and reorganize workspace魏曹先生2026-02-111-28/+23
| | | | | | | | - Add new "sheet" crate to workspace - Rename "systems/asset" to "systems/_asset" - Reorder workspace members and dependencies for clarity - Update constants with new paths for auth and rules - Add conditional compilation for system module
* Rename asset crate to asset_system魏曹先生2026-02-071-1/+1
|
* Add asset system with file locking and atomic writes魏曹先生2026-02-071-1/+7
|
* Add FFI support for constants with C-compatible functions魏曹先生2026-02-061-1/+6
|
* Add constants system with path generation macros魏曹先生2026-02-061-1/+10
|
* Remove examples and legacy code, update .gitignore魏曹先生2026-02-051-10/+8
| | | | | | | | - Delete examples directory and its example action system - Rename actions/ to legacy_actions/ and data/ to legacy_data/ - Update Cargo.toml license file reference - Move setup scripts to scripts/dev/ directory - Add todo.txt patterns to .gitignore
* Reorganize crate structure and move documentation files魏曹先生2026-01-121-23/+23
|
* Add build script for compile info and installer generation魏曹先生2025-12-241-0/+4
|
* feat: Add file status tracking and SHA1 hash system魏曹先生2025-11-171-1/+12
| | | | | | | - Implement SHA1 hash calculation module with async support - Add file status analysis for tracking moves, creates, and modifications - Enhance local file management with relative path handling - Update virtual file actions with improved tracking capabilities
* update: Dependencies and project configuration魏曹先生2025-11-061-1/+8
| | | | | | - Update Cargo.lock with latest dependencies - Add new dependencies to Cargo.toml - Update vcs_data crate dependencies
* Re-export subcrate `action_system` to `just_enough_vcs`魏曹先生2025-10-241-0/+2
|
* chore: update workspace configuration and dependencies魏曹先生2025-10-061-0/+2
| | | | | | - Add examples to workspace members - Update vcs_data dependencies structure - Fix library re-export paths in main lib.rs
* 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