Harness the power of signify(1) to sign arbitrary git objects
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix key decryption

+4 -1
+4 -1
Cargo.toml
··· 7 7 anyhow = "1.0.72" 8 8 clap = { version = "4.3.17", features = ["derive"] } 9 9 git2 = "0.17.2" 10 - libsignify = "0.5.3" 11 10 rpassword = "7.2.0" 12 11 zeroize = "1.6.0" 12 + 13 + [dependencies.libsignify] 14 + git = "https://github.com/badboy/signify-rs" 15 + rev = "01bd2fd4c3aad5fb5484cf41210c9e5bbe0a91cf"