feat: add example - rsa_encrypt

This commit is contained in:
2022-04-03 18:52:42 +08:00
parent 83d25d6d97
commit fc28ed40e3
4 changed files with 59 additions and 33 deletions

15
justfile Normal file
View File

@@ -0,0 +1,15 @@
_:
@just --list
# run --help
help:
cargo r -- --help
# run pgp-card-list
pgp-list:
cargo r -- pgp-card-list
# run example: rsa_encrypt
example-rsa-encrypt:
cargo r --example rsa_encrypt