aboutsummaryrefslogtreecommitdiff
path: root/crates/build_helper/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Add platform restrictions to deployment configsDesktop_0.1.0_Basemain魏曹先生2026-01-101-13/+0
| | | | | | | | - Move build_helper from crates/ to tools/ directory - Specify platform targets for shell completions and entry scripts - Bash scripts now target linux and macos - Powershell scripts target windows - Zsh plugin files target linux and macos
* feat: add build_helper crate for publishing魏曹先生2025-10-181-0/+13
- Add Cargo.toml and main.rs for build helper - Support custom cargo pub command for binary distribution