aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
* Add config system and space macro with workspace dependencies魏曹先生2026-03-111-0/+15
* Consolidate dependencies using workspace inheritance魏曹先生2026-03-111-27/+10
* Replace cfg_file with new config system魏曹先生2026-03-111-0/+18
* Add framework crate魏曹先生2026-03-111-0/+18
* Move action system to legacy and remove storage system魏曹先生2026-03-081-19/+0
* Update dependencies and add C bindings generation魏曹先生2026-03-081-3/+3
* Add tokio dependency for benchmark runtime魏曹先生2026-03-081-0/+1
* Add Criterion benchmarking for sheet operations魏曹先生2026-03-081-0/+246
* Add storage system with chunk-based file storage魏曹先生2026-02-271-0/+19
* Replace string_proc with just_fmt as external dependency魏曹先生2026-02-251-29/+3
* Add serde derive to sheet system structs魏曹先生2026-02-251-0/+1
* Move sheet file R/W to v1 module魏曹先生2026-02-241-2/+3
* Replace string_proc with just_fmt in _asset crate魏曹先生2026-02-241-2/+2
* Update Cargo.lock魏曹先生2026-02-241-2/+27
* Add sheet system with mapping macros and modules魏曹先生2026-02-121-16/+249
* Add sheet system and reorganize workspace魏曹先生2026-02-111-0/+4
* Rename asset crate to asset_system魏曹先生2026-02-071-12/+12
* Add asset system with file locking and atomic writes魏曹先生2026-02-071-16/+67
* Add FFI support for constants with C-compatible functions魏曹先生2026-02-061-0/+10
* Add constants system with path generation macros魏曹先生2026-02-061-0/+57
* Remove examples and legacy code, update .gitignore魏曹先生2026-02-051-13/+0
* Add support for Bincode config file format魏曹先生2026-01-021-0/+11
* Add sheet sharing functionality魏曹先生2025-12-251-1/+22
* Add build script for compile info and installer generation魏曹先生2025-12-241-0/+2
* Refactor vault config to use template-based generation魏曹先生2025-12-011-0/+29
* feat: Add file status tracking and SHA1 hash system魏曹先生2025-11-171-0/+153
* fix: Windows support魏曹先生2025-11-091-5/+18
* Add strip-ansi-escapes dependency to string_proc魏曹先生2025-11-071-0/+21
* update: Dependencies and project configuration魏曹先生2025-11-061-0/+145
* Update dependencies to latest versions魏曹先生2025-10-271-224/+194
* Re-export subcrate `action_system` to `just_enough_vcs`魏曹先生2025-10-241-0/+1
* feat: Add JSON-based action invocation to ActionPool魏曹先生2025-10-131-0/+5
* chore: Update Cargo.lock with new dependencies魏曹先生2025-10-121-0/+6
* chore: update workspace configuration and dependencies魏曹先生2025-10-061-0/+11
* Update workspace configuration for new crate structure魏曹先生2025-10-061-4/+16
* Update workspace configuration for action_system rename魏曹先生2025-10-061-21/+21
* Update dependencies and workspace configuration魏曹先生2025-10-061-0/+21
* Add incremental transfer functionality and update TCP connection utilities魏曹先生2025-09-291-0/+32
* refactor: downgrade tcp_connection functionality to test utilities魏曹先生2025-09-261-0/+1
* feat(tcp_connection): add MessagePack serialization support魏曹先生2025-09-261-0/+30
* Rename `env` to `vcs`魏曹先生2025-09-251-24/+24
* Add crate `dirs` for env魏曹先生2025-09-241-2/+71
* Add test for `env`魏曹先生2025-09-221-0/+3
* Add test for crate `env`魏曹先生2025-09-221-0/+7
* Add tokio for `env` crate魏曹先生2025-09-221-0/+2
* Add some dependencies 1. thiserror 2. Upgrade base64 3. pem 4. crc魏曹先生2025-09-211-8/+50
* Update Cargo.toml魏曹先生2025-09-211-29/+684
* Update Cargo.toml 1. Rename feature `default` to `all` 2. Add feature魏曹先生2025-09-201-3/+163
* Add `serde` dependencies for `tcp_connection` crate魏曹先生2025-09-171-0/+2
* Add workspace crates魏曹先生2025-09-141-0/+8