summaryrefslogtreecommitdiff
path: root/exes/gateway/Cargo.toml
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2022-12-31 22:48:40 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2022-12-31 22:48:40 +0400
commit46fd26962ef55f8b557f7e36d3aee915a819c88c (patch)
tree18038653ee532831aca0000afa7849924c2c63cc /exes/gateway/Cargo.toml
parent0fcc68291a5f7526dbeffe33f4a84a649200e847 (diff)
add base of cache component
Diffstat (limited to 'exes/gateway/Cargo.toml')
-rw-r--r--exes/gateway/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/exes/gateway/Cargo.toml b/exes/gateway/Cargo.toml
index 27269c1..7ef3d98 100644
--- a/exes/gateway/Cargo.toml
+++ b/exes/gateway/Cargo.toml
@@ -10,4 +10,5 @@ twilight-gateway = { version = "0.14" }
twilight-model = "0.14"
serde = { version = "1.0.8", features = ["derive"] }
futures = "0.3"
-serde_json = { version = "1.0" } \ No newline at end of file
+serde_json = { version = "1.0" }
+bytes = "*" \ No newline at end of file