onion_vault_cli 0.0.3

OnionVault CLI
Documentation
1
2
3
4
5
use onion_vault_cli::run;

fn main() {
    run();
}