aboutsummaryrefslogtreecommitdiff
path: root/src/api/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-02-23 18:04:24 +0100
committerAlex Auvolat <alex@adnab.me>2024-02-27 10:15:17 +0100
commita12153ad282b6d939b205191b2ee19671894428c (patch)
tree32314afccdf0814a02ff455b337d9fe73deeb499 /src/api/Cargo.toml
parentbc50a667e81c09113daee0dedcbd56bdfd20641e (diff)
downloadgarage-a12153ad282b6d939b205191b2ee19671894428c.tar.gz
garage-a12153ad282b6d939b205191b2ee19671894428c.zip
[sse-c] first code to handle encryption parameters and header encdec
Diffstat (limited to 'src/api/Cargo.toml')
-rw-r--r--src/api/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/Cargo.toml b/src/api/Cargo.toml
index 3b555b8b..c759d5a4 100644
--- a/src/api/Cargo.toml
+++ b/src/api/Cargo.toml
@@ -21,6 +21,7 @@ garage_net.workspace = true
garage_util.workspace = true
garage_rpc.workspace = true
+aes-gcm.workspace = true
async-trait.workspace = true
base64.workspace = true
bytes.workspace = true