this-me 0.1.4

Encrypted identity store CLI tool (this.me)
Documentation
1
2
3
4
5
6
7
8
// Crate root – this-me/crate/src/lib.rs
pub mod me;
pub mod utils;
pub mod manager;
mod verbs;
pub mod db;
pub use me::Me;
pub use manager::list_us;