diff options
| author | Levente Kurusa <lkurusa@kernelstuff.org> | 2023-04-18 14:29:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-18 14:29:10 +0200 |
| commit | 530963c34c5cc5260b07029fff6c4ae85f52d830 (patch) | |
| tree | 2eb88362f222610f9bd934e7627d8928e630cc98 /ext/node/Cargo.toml | |
| parent | 74aee8b3058f1c32f367fced8f8a33e7d0aff38c (diff) | |
refactor(node/crypto): scrypt polyfill to rust (#18746)
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 75d85ac0b..76424daa0 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -38,6 +38,7 @@ rand.workspace = true regex.workspace = true ripemd = "0.1.3" rsa.workspace = true +scrypt = "0.11.0" serde = "1.0.149" sha-1 = "0.10.0" sha2.workspace = true |
