Installation
k-ap is published to a private Gitea registry. Add it via the registry (recommended) or via git.
Via Gitea registry (recommended)
Add to Cargo.toml:
Add to .cargo/config.toml (create if it doesn't exist):
Via git
If you don't have registry access:
Requirements
- Rust edition 2024
tokio runtime with macros, net, rt, rt-multi-thread, sync, and time features
axum 0.8 — k-ap returns an axum::Router
Current version
0.3.0
See the Migration Guide if upgrading from 0.1.x.