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 2ab3ff171..26448c1a0 100644 --- a/ext/crypto/Cargo.toml +++ b/ext/crypto/Cargo.toml @@ -15,6 +15,7 @@ path = "lib.rs" [dependencies] aes = "0.7.5" +aes-gcm = "0.9.4" base64 = "0.13.0" block-modes = "0.8.1" ctr = "0.8.0" |