mook 0.1.1

Command line tools for encryption and decryption
Documentation
1
2
3
4
5
pub mod cli;
fn main() {
    use mook::cli::cli::*;
    cli();
}