prs-cli 0.1.6

Secure, fast & convenient password manager CLI with GPG & git sync
1
2
3
4
5
fn main() {
    // Automatically enable alias feature on supported platforms
    #[cfg(any(unix, windows))]
    println!("cargo:rustc-cfg=feature=\"alias\"");
}