aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Add build script and update version display format魏曹先生2025-11-041-0/+1
|
* Add compile-time version and build information魏曹先生2025-11-041-0/+4
| | | | | | | - 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
* Update Cargo.toml魏曹先生2025-10-191-3/+1
| | | | Move the ref to the core library (JustEnoughVCS/VersionControl) to a local relative path
* chore: update cargo configuration and dependencies魏曹先生2025-10-181-1/+4
| | | | | | - Add cargo alias configuration - Update workspace and dependency settings - Add build_helper to workspace members
* feat: add internationalization support and new command-line tools魏曹先生2025-10-141-5/+11
| | | | | | | | - Add locale support with English and Chinese translations - Introduce new jv and jvv command-line tools - Replace jvc.rs with improved command structure - Add utility modules for language selection and markdown coloring - Update configuration and dependencies
* First魏曹先生2025-09-211-0/+47