diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-04-06 22:26:56 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-06 16:56:56 +0000 |
| commit | df72420d723affb780c0c388b7d704985288f801 (patch) | |
| tree | 6e6da7d1a93930c6742c98c838eeae55678e144e /ext/node/Cargo.toml | |
| parent | 2d0a9ffbccf9d8a4773eb6efa48ddc6978af6455 (diff) | |
fix(ext/node): implement hkdf-expand (#18612)
Towards https://github.com/denoland/deno/issues/18455
Diffstat (limited to 'ext/node/Cargo.toml')
| -rw-r--r-- | ext/node/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index 4dbc79b9e..e74cf3805 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -20,6 +20,7 @@ deno_core.workspace = true digest = { version = "0.10.5", features = ["core-api", "std"] } ecb.workspace = true hex.workspace = true +hkdf.workspace = true idna = "0.3.0" indexmap.workspace = true libz-sys = { version = "1.1.8", features = ["static"] } |
