diff options
Diffstat (limited to 'ext/node/Cargo.toml')
-rw-r--r-- | ext/node/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index a6a4e36a5..d0a5a40fb 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -25,6 +25,9 @@ indexmap.workspace = true libz-sys = { version = "1.1.8", features = ["static"] } md-5 = "0.10.5" md4 = "0.10.2" +num-bigint.workspace = true +num-integer = "0.1.45" +num-traits = "0.2.14" once_cell.workspace = true path-clean = "=0.1.0" pbkdf2 = "0.12.1" |