kagi-vault 0.1.6

Encrypted secrets and environment variable manager for teams — a secure, team-ready dotenv alternative with per-service isolation
1
2
3
4
#[tokio::main]
async fn main() {
    kagi_app::run().await;
}