aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* Add --show-log flag and refactor vault setup魏曹先生2025-12-011-0/+29
| | | | | | | | | - Add `--show-log` flag to override profile logger setting - Add validation for conflicting `--no-log` and `--show-log` flags - Refactor `Vault::setup_vault` to accept vault name parameter - Update logger initialization to respect configured log level - Add new dependencies: `whoami`, `redox_syscall`, `wasite`, `web-sys` - Add error message for conflicting log flags in locales
* Add glob pattern matching utility魏曹先生2025-12-011-0/+1
| | | | | | | | | | This implements a Globber struct that can match files and directories using wildcard patterns (* and ?). It supports relative paths, home directory expansion with ~, and cross-platform path separators. The implementation includes pattern matching with backtracking for complex patterns and handles different directory prefixes (current, user home, and root).
* update: dependencies and build config魏曹先生2025-11-171-0/+126
| | | | Add futures, sha1, walkdir dependencies and optimize release build
* fix: Windows support魏曹先生2025-11-091-1/+23
|
* Update Cargo.lock with new dependency for string_proc魏曹先生2025-11-071-0/+3
|
* update: upgrade dependencies and add new modules魏曹先生2025-11-061-12/+52
| | | | | | | | - Upgrade colored from 2.2.0 to 3.0.0 - Remove duplicate colored dependency - Add strip-ansi-escapes for ANSI escape sequence handling - Add ahash for high-performance hashing - Add data_struct and vcs_docs modules
* Add compile-time version and build information魏曹先生2025-11-041-0/+1
| | | | | | | - 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
* Consolidate thiserror dependency versions魏曹先生2025-10-291-24/+4
|
* Add cli error handle.魏曹先生2025-10-241-0/+1
|
* Update Cargo.toml魏曹先生2025-10-191-14/+5
| | | | Move the ref to the core library (JustEnoughVCS/VersionControl) to a local relative path
* chore: update cargo configuration and dependencies魏曹先生2025-10-181-128/+145
| | | | | | - 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-114/+1281
| | | | | | | | - 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/+1075