diff options
| author | Luca Casonato <hello@lcas.dev> | 2021-12-10 22:23:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-10 22:23:19 +0100 |
| commit | cbfc8dd59d79fa6e8c5a59ca97508ea4285ff155 (patch) | |
| tree | 586ff050dc320de8cdb68d38e58a481d505c2bcc /ext/crypto/Cargo.toml | |
| parent | 2bdb528eb89bae468b802a65338001ac95f8f563 (diff) | |
refactor(ext/crypto): symmetric jwk decode in rust (#13047)
Diffstat (limited to 'ext/crypto/Cargo.toml')
| -rw-r--r-- | ext/crypto/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml index a9b37ba2d..daa809422 100644 --- a/ext/crypto/Cargo.toml +++ b/ext/crypto/Cargo.toml @@ -15,6 +15,7 @@ path = "lib.rs" [dependencies] aes = "0.7.5" +base64 = "0.13.0" block-modes = "0.8.1" deno_core = { version = "0.110.0", path = "../../core" } deno_web = { version = "0.59.0", path = "../web" } |
