diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |