ferrocrypt-cli 0.2.5

Command-line interface for Ferrocrypt (installs the 'ferrocrypt' binary).
1
2
3
4
5
6
7
mod cli;

use ferrocrypt::CryptoError;

fn main() -> Result<(), CryptoError> {
    cli::run()
}