sopass 0.5.0

command line password manager using SOP
Documentation
//! Command line sub-command implementations.

mod cert;
pub use cert::*;

mod config;
pub use config::*;

mod export;
pub use export::*;

mod init;
pub use init::*;

mod key;
pub use key::*;

mod value;
pub use value::*;

mod version;
pub use version::*;