aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* feat: Bump version to 0.1.1 in Cargo.toml and Cargo.lockHsiangNianian2025-05-251-0/+4
|
* feat: Bump version to 0.1.3 in .SRCINFO, Cargo.toml, Cargo.lock, and PKGBUILDHsiangNianian2025-05-251-1/+1
|
* feat: Bump version to 0.1.2 in Cargo.toml, Cargo.lock, and PKGBUILDHsiangNianian2025-05-251-1/+1
|
* feat: Bump version to 0.1.1 in Cargo.toml and Cargo.lockHsiangNianian2025-05-251-1/+1
|
* feat: Add initial project files and CI configurationHsiangNianian2025-05-251-0/+383
- Created CI workflow for continuous integration using GitHub Actions. - Added Python version specification. - Initialized Cargo.toml and Cargo.lock for Rust project dependencies. - Implemented main functionality in Rust with command-line interface using Clap. - Added Python project configuration with Maturin for building and publishing. - Implemented command history prediction feature in Python.