feat: age

This commit is contained in:
2023-10-05 18:11:31 +08:00
parent 05afe67de7
commit 55e5b732f6
3 changed files with 18 additions and 0 deletions

View File

@@ -1,5 +1,13 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "bech32"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"
[[package]]
name = "block-buffer"
version = "0.9.0"
@@ -37,6 +45,7 @@ checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
name = "curve25519"
version = "0.1.0"
dependencies = [
"bech32",
"curve25519-dalek",
"ed25519-dalek",
"hex",