From 23b5db16ce09eb8a73b439a604f49fc7018df53c Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 4 Apr 2021 02:48:06 +0200 Subject: usable interface for encryption (pubkey) and decryption (passphrase) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0afb436..2debdd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ chrono = { version = "0.4", features = ["wasmbind"] } getrandom = { version = "0.1", features = ["wasm-bindgen"] } wasm-bindgen = "0.2.63" age = "0.5.1" - +secrecy = "0.7.0" # The `console_error_panic_hook` crate provides better debugging of panics by # logging them with `console.error`. This is great for development, but requires -- cgit v1.2.3