summaryrefslogtreecommitdiff
path: root/exes/gateway/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'exes/gateway/Cargo.toml')
-rw-r--r--exes/gateway/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exes/gateway/Cargo.toml b/exes/gateway/Cargo.toml
index b69de60..1c8e391 100644
--- a/exes/gateway/Cargo.toml
+++ b/exes/gateway/Cargo.toml
@@ -16,6 +16,7 @@ tokio = { workspace = true }
anyhow = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
+aws-lc-rs = { workspace = true }
tokio-stream = "0.1.15"
twilight-gateway = { default-features = false, features = ["rustls-webpki-roots"], version = "0.15.4" }