passafe 1.0.4

A password manager for *nix operating systems
Documentation
1
2
3
4
5
use passafe::run;

fn main() {
    run();
}