summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorstuebinm2021-04-04 02:48:06 +0200
committerstuebinm2021-04-04 02:48:06 +0200
commit23b5db16ce09eb8a73b439a604f49fc7018df53c (patch)
tree32a5cd9c7e0ec2222bd9eac99157520272b8dabe /Cargo.lock
parent98fd0e14ead529e416f327a2a40a2f95f9e1a164 (diff)
usable interface for encryption (pubkey) and decryption (passphrase)
Diffstat (limited to '')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5284451..c459202 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -704,6 +704,7 @@ dependencies = [
"chrono",
"console_error_panic_hook",
"getrandom",
+ "secrecy",
"wasm-bindgen",
"wasm-bindgen-test",
"web-sys",