this-me 0.1.4

Encrypted identity store CLI tool (this.me)
Documentation
1
2
3
4
5
// this.me/src/db/mod.rs
// by suiGn
pub mod migrate_schema;
pub mod db;
pub use db::connect;