aboutsummaryrefslogtreecommitdiff
path: root/.run/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(release): add workspace release script and refactor run_cmd helpers魏曹先生18 hours1-3/+29
|
* refactor: extract dependency order logic into a shared module魏曹先生18 hours1-0/+1
|
* fix: update manifest path references from dev_tools to .run魏曹先生38 hours1-2/+2
|
* refactor(devtools): rename dev_tools to .run and replace run-tools魏曹先生39 hours1-0/+331
scripts Replace the old run-tools.ps1/run-tools.sh scripts with a new unified run.ps1/run.sh launcher that supports multiple languages (PowerShell, Rust, Python, Go, C#, Nim, Perl, Ruby, Zig, and arbitrary binaries) from the `.run/src/bin` directory. Move all development tools from `dev_tools/` to `.run/`, update Cargo workspace config and relevant documentation references.