diff options
| author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-03-13 19:17:23 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-13 08:17:23 +0000 |
| commit | 5cfa03ceca396b1c21a826cb44a984329cf35078 (patch) | |
| tree | b1fae2dafbb53aeff0a3b973c39d6a6bbe03415c /ext/node/Cargo.toml | |
| parent | 6e6c316c9d3950cd23cb28af41b0525695438c3c (diff) | |
fix(ext/node): initial `crypto.createPublicKey()` support (#22509)
Closes #21807
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
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 053286053..8e3e695d6 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -68,6 +68,7 @@ sha-1 = "0.10.0" sha2.workspace = true signature.workspace = true simd-json = "0.13.4" +spki.workspace = true tokio.workspace = true typenum = "1.15.0" url.workspace = true |
