summaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* feat: Rename project to "soon-bin" in pyproject.tomlHsiangNianian2025-05-251-1/+1
|
* feat: Update project metadata in Cargo.toml and pyproject.tomlHsiangNianian2025-05-251-1/+1
|
* feat: Update project metadata in Cargo.toml and pyproject.tomlHsiangNianian2025-05-251-3/+4
|
* feat: Add initial project files and CI configurationHsiangNianian2025-05-251-0/+23
- 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.