diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-10-10 13:23:18 +0200 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-10-10 13:23:18 +0200 |
commit | f7eedc6ca1156ed5c29bfef503c233f2aaa1ad48 (patch) | |
tree | 8b894e6fc4528a1427d4d142af2aca85f12235f4 /planetwars-server/Cargo.toml | |
parent | 505ea6a23d1084966ea24890868af60ab5e357da (diff) | |
download | planetwars.dev-f7eedc6ca1156ed5c29bfef503c233f2aaa1ad48.tar.xz planetwars.dev-f7eedc6ca1156ed5c29bfef503c233f2aaa1ad48.zip |
enable request & response compression
Diffstat (limited to 'planetwars-server/Cargo.toml')
-rw-r--r-- | planetwars-server/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/planetwars-server/Cargo.toml b/planetwars-server/Cargo.toml index 6fb46d5..f5641d1 100644 --- a/planetwars-server/Cargo.toml +++ b/planetwars-server/Cargo.toml @@ -18,6 +18,7 @@ futures = "0.3" tokio = { version = "1.15", features = ["full"] } tokio-stream = "0.1.9" hyper = "0.14" +tower-http = { version = "0.3.4", features = ["full"] } axum = { version = "0.5", features = ["json", "headers", "multipart"] } diesel = { version = "1.4.4", features = ["postgres", "chrono"] } diesel-derive-enum = { version = "1.1", features = ["postgres"] } |