kagi-vault 0.1.1

Encrypted secrets and environment variable manager for teams — a secure, team-ready dotenv alternative with per-service isolation
1
2
3
4
5
6
7
8
9
10
pub mod config;
pub mod crypto;
pub mod entity;
pub mod env_example_parser;
pub mod env_parser;
pub mod error;
pub mod repository;
pub mod runner;
#[cfg(feature = "server")]
pub mod sync;