aboutsummaryrefslogtreecommitdiff
path: root/crates/build_helper/src/bin
Commit message (Collapse)AuthorAgeFilesLines
* Add compile-time version and build information魏曹先生2025-11-041-33/+47
| | | | | | | - Add build script to generate compile_info.rs with build metadata - Include version, build date, target platform, and toolchain info - Add version command to both jv and jvv binaries - Update help documentation with version information - Ignore generated compile_info.rs in git
* feat: add build_helper crate for publishing魏曹先生2025-10-181-0/+145
- Add Cargo.toml and main.rs for build helper - Support custom cargo pub command for binary distribution