diff options
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" |