aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Add benchmark for ID alias operations魏曹先生2026-03-151-0/+4
* Add serde as a dependency and derive Serialize for CoreCompileInfo魏曹先生2026-03-151-0/+2
* Add benchmark for SheetDataTree performance魏曹先生2026-03-141-0/+4
* Add framework system and refactor module exports魏曹先生2026-03-141-0/+1
* Add config system and space macro with workspace dependencies魏曹先生2026-03-111-5/+18
* Consolidate dependencies using workspace inheritance魏曹先生2026-03-111-0/+10
* Replace cfg_file with new config system魏曹先生2026-03-111-5/+9
* Add framework crate魏曹先生2026-03-111-0/+3
* Move action system to legacy and remove storage system魏曹先生2026-03-081-5/+3
* Add tokio dependency for benchmark runtime魏曹先生2026-03-081-0/+1
* Add Criterion benchmarking for sheet operations魏曹先生2026-03-081-4/+8
* Add storage system with chunk-based file storage魏曹先生2026-02-271-0/+2
* Replace string_proc with just_fmt as external dependency魏曹先生2026-02-251-4/+0
* Move sheet file R/W to v1 module魏曹先生2026-02-241-1/+4
* Add deprecated feature and migrate string_proc to just_fmt魏曹先生2026-02-241-0/+1
* Add hex_display utility crate魏曹先生2026-02-241-0/+1
* Add sheet system with mapping macros and modules魏曹先生2026-02-121-0/+2
* Add sheet system and reorganize workspace魏曹先生2026-02-111-28/+23
* 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
* 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
* update: Dependencies and project configuration魏曹先生2025-11-061-1/+8
* 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
* Update workspace configuration for new crate structure魏曹先生2025-10-061-3/+6
* Update workspace configuration for action_system rename魏曹先生2025-10-061-2/+2
* Update dependencies and workspace configuration魏曹先生2025-10-061-0/+3
* 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
* Add workspace crates魏曹先生2025-09-141-1/+3
* Add modules魏曹先生2025-09-131-1/+4
* Rename cfg_file_example to cfg_file_test魏曹先生2025-09-121-5/+1
* Update crate `cfg_file`魏曹先生2025-09-121-2/+5
* Add Crate `cfg_file`魏曹先生2025-09-121-0/+43