diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index d8065d961..155755c61 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -51,6 +51,9 @@ itybity = { workspace = true } zeroize = { workspace = true, features = ["zeroize_derive"] } [dev-dependencies] +aead = { workspace = true, features = ["alloc"] } +aes-gcm = { workspace = true } +generic-array = { workspace = true } bincode = { workspace = true } hex = { workspace = true } rstest = { workspace = true }