diff options
| author | 2025-05-25 02:03:56 +0800 | |
|---|---|---|
| committer | 2025-05-25 10:47:38 +0800 | |
| commit | 72ae30380b7a62e8066270524ce056e14da08112 (patch) | |
| tree | 9814ff4178350f64d55a049a36f859600350f033 /.python-version | |
| parent | d812eb597d35721c2156a2093336fcf448a6e3e5 (diff) | |
| download | soon-72ae30380b7a62e8066270524ce056e14da08112.tar.gz soon-72ae30380b7a62e8066270524ce056e14da08112.zip | |
feat: Add initial project files and CI configuration
- 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.
Diffstat (limited to '.python-version')
| -rw-r--r-- | .python-version | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..c8cfe39 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.10 |