aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs_data/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add file status tracking and SHA1 hash system魏曹先生2025-11-171-1/+3
| | | | | | | - 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
* fix: Windows support魏曹先生2025-11-091-2/+2
|
* update: Dependencies and project configuration魏曹先生2025-11-061-1/+9
| | | | | | - Update Cargo.lock with latest dependencies - Add new dependencies to Cargo.toml - Update vcs_data crate dependencies
* Update dependencies to latest versions魏曹先生2025-10-271-2/+2
|
* chore: update workspace configuration and dependencies魏曹先生2025-10-061-0/+4
| | | | | | - Add examples to workspace members - Update vcs_data dependencies structure - Fix library re-export paths in main lib.rs
* Move vcs crate to vcs_data for better separation of concerns魏曹先生2025-10-061-0/+22
- Rename vcs crate to vcs_data to clearly define data layer - Maintain all existing data structures and functionality - Update dependencies to include action_system integration - Preserve test structure in vcs_data_test directory