signature

This commit is contained in:
nora 2024-08-22 21:07:57 +02:00
parent a52b6b37d7
commit 3f0b367c39
3 changed files with 16 additions and 1 deletions

11
Cargo.lock generated
View file

@ -796,6 +796,16 @@ dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "pem"
version = "3.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
dependencies = [
"base64",
"serde",
]
[[package]]
name = "pem-rfc7468"
version = "0.7.0"
@ -1192,6 +1202,7 @@ dependencies = [
"clap",
"eyre",
"hex",
"pem",
"rpassword",
"sha2",
"ssh-agent-client",