diff options
Diffstat (limited to 'ext/crypto/Cargo.toml')
-rw-r--r-- | ext/crypto/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml index 2aa55599e..d04f8dc33 100644 --- a/ext/crypto/Cargo.toml +++ b/ext/crypto/Cargo.toml @@ -24,5 +24,6 @@ rsa = { version = "0.5.0", default-features = false, features = ["std"] } serde = { version = "1.0.129", features = ["derive"] } sha-1 = "0.9.7" sha2 = "0.9.5" +spki = "0.4.1" tokio = { version = "1.10.1", features = ["full"] } uuid = { version = "0.8.2", features = ["v4"] } |