summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)Author
9 daysAdd serde as a dependency and derive Serialize for CoreCompileInfo魏曹先生
10 daysAdd framework system and refactor module exports魏曹先生
12 daysAdd dependencies and constants for vault system魏曹先生
12 daysAdd config system and space macro with workspace dependencies魏曹先生
13 daysConsolidate dependencies using workspace inheritance魏曹先生
13 daysReplace cfg_file with new config system魏曹先生
13 daysAdd framework crate魏曹先生
2026-03-08Move action system to legacy and remove storage system魏曹先生
2026-03-08Update dependencies and add C bindings generation魏曹先生
2026-03-08Add tokio dependency for benchmark runtime魏曹先生
2026-03-08Add Criterion benchmarking for sheet operations魏曹先生
2026-02-27Add storage system with chunk-based file storage魏曹先生
2026-02-25Replace string_proc with just_fmt as external dependency魏曹先生
2026-02-25Add serde derive to sheet system structs魏曹先生
2026-02-24Move sheet file R/W to v1 module魏曹先生
2026-02-24Replace string_proc with just_fmt in _asset crate魏曹先生
2026-02-24Update Cargo.lock魏曹先生
2026-02-12Add sheet system with mapping macros and modules魏曹先生
2026-02-11Add sheet system and reorganize workspace魏曹先生
- 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
2026-02-07Rename asset crate to asset_system魏曹先生
2026-02-07Add asset system with file locking and atomic writes魏曹先生
2026-02-06Add FFI support for constants with C-compatible functions魏曹先生
2026-02-06Add constants system with path generation macros魏曹先生
2026-02-05Remove examples and legacy code, update .gitignore魏曹先生
- 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
2026-01-02Add support for Bincode config file format魏曹先生
2025-12-25Add sheet sharing functionality魏曹先生
- 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
2025-12-24Add build script for compile info and installer generation魏曹先生
2025-12-01Refactor vault config to use template-based generation魏曹先生
- 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
2025-11-17feat: Add file status tracking and SHA1 hash system魏曹先生
- 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
2025-11-09fix: Windows support魏曹先生
2025-11-07Add strip-ansi-escapes dependency to string_proc魏曹先生
2025-11-06update: Dependencies and project configuration魏曹先生
- Update Cargo.lock with latest dependencies - Add new dependencies to Cargo.toml - Update vcs_data crate dependencies
2025-10-27Update dependencies to latest versions魏曹先生
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魏曹先生