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.

v0.3.0

+2 -2
+1 -1
Cargo.lock
··· 309 309 310 310 [[package]] 311 311 name = "git-signify" 312 - version = "0.2.0" 312 + version = "0.3.0" 313 313 dependencies = [ 314 314 "anyhow", 315 315 "clap",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "git-signify" 3 - version = "0.2.0" 3 + version = "0.3.0" 4 4 edition = "2021" 5 5 6 6 [dependencies]