chamber-core 0.1.0-hotfix

The core for Chamber, the self-hostable SecretOps service.
Documentation
1
2
3
4
5
6
7
8
9
pub mod core;
pub mod errors;
// pub mod kv;
pub mod postgres;
pub mod secrets;
pub mod users;

// pub use kv::InMemoryDatabase;
pub use postgres::Postgres;