summaryrefslogtreecommitdiff
path: root/ext/crypto/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ext/crypto/Cargo.toml')
-rw-r--r--ext/crypto/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml
index 3ab1cc5e8..2ab3ff171 100644
--- a/ext/crypto/Cargo.toml
+++ b/ext/crypto/Cargo.toml
@@ -17,6 +17,7 @@ path = "lib.rs"
aes = "0.7.5"
base64 = "0.13.0"
block-modes = "0.8.1"
+ctr = "0.8.0"
deno_core = { version = "0.112.0", path = "../../core" }
deno_web = { version = "0.61.0", path = "../web" }
elliptic-curve = { version = "0.10.6", features = ["std", "pem"] }