aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/uv.lock
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add version and update commands; rename package to soon-binHsiangNianian2025-05-281-1/+1
|
* feat: Add initial project files and CI configurationHsiangNianian2025-05-251-0/+66
- 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.