Packaging & CI Setup
- Ngôn ngữ chính
- Rust
- Star
- 59
- Fork
- 6
- Merge trung bình
- 5 phút
- Pull request đã merge (30 ngày)
- 1
Mô tả
## Packaging & CI Setup
### Goal
Automate build/lint/test checks and prepare `rkik` for clean publishing and installation via `cargo install`.
### Tasks
- [x] Enhance `Cargo.toml` with:
- `license`
- `repository`, `homepage`
- `keywords`, `categories`
- [x] Optionally publish the crate to [crates.io](https://crates.io/)
- [ ] Enforce semantic versioning (`semver`)
- [x] Add binary section in `[package.metadata]` if needed
- [x] Build packages using sync feature with permissions (CAP_SYS_TIME)
### Expected Outcome
- Fully automated quality pipeline
- Clean packaging for Rust ecosystem
- Easy installation via `cargo install rkik`
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.