summaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* feat: Update version to 0.1.5-2 in Cargo.toml and Cargo.lockv0.1.5-2HsiangNianian2025-05-281-1/+1
|
* feat: Bump version from 0.1.4 to 0.1.5 in Cargo.toml and Cargo.lockv0.1.5HsiangNianian2025-05-281-3/+2
|
* feat: Bump version to 0.1.4 in Cargo.toml and PKGBUILD; clean up check.shv0.1.4HsiangNianian2025-05-251-1/+1
|
* feat: Add GitHub Actions workflow for publishing to AURHsiangNianian2025-05-251-4/+0
|
* 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: Update project metadata in Cargo.toml and pyproject.tomlHsiangNianian2025-05-251-1/+4
|
* feat: Update project metadata in Cargo.toml and pyproject.tomlHsiangNianian2025-05-251-0/+1
|
* feat: Add initial project files and CI configurationHsiangNianian2025-05-251-0/+16
- 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.