feat: add example ssh agent

This commit is contained in:
2022-04-24 01:00:58 +08:00
parent 6be02db2a9
commit d597a1722c
4 changed files with 570 additions and 52 deletions

View File

@@ -13,3 +13,7 @@ pgp-list:
example-rsa-encrypt:
cargo r --example rsa_encrypt
# run example: ssh_agent
example-ssh-agent:
cargo r --example ssh_agent