diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-03-28 15:10:56 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-28 09:40:56 +0000 |
| commit | 67e21e71ce6a9c7d0f261219609de61f6dd0c7a3 (patch) | |
| tree | 71b13be42527cd9e785322ebfb32de58031674a3 /ext/node/Cargo.toml | |
| parent | d0a0ff680eb02dddb7cea06fa0e26ecd08eab00a (diff) | |
chore(ext/node): port pbkdf2 to Rust (#18470)
Towards #18455
Diffstat (limited to 'ext/node/Cargo.toml')
| -rw-r--r-- | ext/node/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index 7fbd596c2..a6a4e36a5 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -27,6 +27,7 @@ md-5 = "0.10.5" md4 = "0.10.2" once_cell.workspace = true path-clean = "=0.1.0" +pbkdf2 = "0.12.1" rand.workspace = true regex.workspace = true ripemd = "0.1.3" @@ -35,4 +36,5 @@ serde = "1.0.149" sha-1 = "0.10.0" sha2 = "0.10.6" sha3 = "0.10.5" +tokio.workspace = true typenum = "1.15.0" |
