aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs_data/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Add sheet sharing functionality魏曹先生2025-12-251-0/+3
| | | | | | | - Add `rand` dependency for generating share IDs - Update share path to include sheet name subdirectory - Add mutable accessor for sheet ID mapping - Add sheet_share module to vault data structures
* Refactor vault config to use template-based generation魏曹先生2025-12-011-0/+1
| | | | | | | | | - Replace direct serialization with template-based config file generation - Add new dependencies: whoami, redox_syscall, wasite, web-sys - Update VaultConfig structure with new enum types and serialization attributes - Modify setup_vault to accept vault_name parameter and use template - Update all test calls to include vault_name parameter
* 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