summaryrefslogtreecommitdiff
path: root/ext/node/Cargo.toml
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2023-11-09 09:56:59 -0800
committerGitHub <noreply@github.com>2023-11-09 23:26:59 +0530
commitc4029f6af22b373bf22383453cb4e2159f3b5b72 (patch)
tree588594d5d5eb98689101565fb76c6a546cc9e78a /ext/node/Cargo.toml
parentee7fd0a2127e6a435023bf9a43de60130117697d (diff)
fix(node): implement createPrivateKey (#20981)
Towards #18455
Diffstat (limited to 'ext/node/Cargo.toml')
-rw-r--r--ext/node/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml
index 8877a9cb1..a96b22571 100644
--- a/ext/node/Cargo.toml
+++ b/ext/node/Cargo.toml
@@ -19,6 +19,7 @@ aes.workspace = true
brotli.workspace = true
bytes.workspace = true
cbc.workspace = true
+const-oid = "0.9.5"
data-encoding.workspace = true
deno_core.workspace = true
deno_fetch.workspace = true