pash 0.1.0

Simple and easy app for generating and storing passwords
pub mod cli;
pub mod files;
pub mod generator;

fn main() {
    cli::run();
}