feat: encrypt works

This commit is contained in:
2022-07-24 17:55:08 +08:00
parent 0b97850f65
commit ee0c59bbcf
6 changed files with 151 additions and 74 deletions

7
Cargo.lock generated
View File

@@ -410,6 +410,7 @@ dependencies = [
"serde_derive",
"serde_json",
"tokio",
"zeroize",
]
[[package]]
@@ -993,3 +994,9 @@ name = "windows_x86_64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
[[package]]
name = "zeroize"
version = "1.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"