syntarq-cli 0.1.0

Command-line interface for Syntarq identity management
1
2
3
4
5
//! CLI commands implementation

pub mod info;
pub mod init;
pub mod test_crypto;