diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2023-03-28 21:46:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-28 21:46:48 +0900 |
| commit | 4358ab2d848cc6ba363f42e5f5b5b898b656db05 (patch) | |
| tree | d4dc7dc75cbed3fdb794b508450cc6903d120c8f /ext/node/Cargo.toml | |
| parent | e5b2815b3943cd39038bba00da462082c6988e6e (diff) | |
fix(ext/node): implement crypto.Sign (RSA/PEM/SHA{224,256,384,512}) (#18471)
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 d0a5a40fb..be3231087 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -39,5 +39,6 @@ serde = "1.0.149" sha-1 = "0.10.0" sha2 = "0.10.6" sha3 = "0.10.5" +signature.workspace = true tokio.workspace = true typenum = "1.15.0" |
