Files
matrix-authentication-service/crates/static-files/Cargo.toml
T
dependabot[bot] 37a3bc6609 Bump tower-http from 0.3.2 to 0.3.3
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.3.2...tower-http-0.3.3)

---
updated-dependencies:
- dependency-name: tower-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 22:08:58 +02:00

21 lines
382 B
TOML

[package]
name = "mas-static-files"
version = "0.1.0"
authors = ["Quentin Gliech <quenting@element.io>"]
edition = "2021"
license = "Apache-2.0"
[features]
dev = []
[dependencies]
axum = "0.5.4"
headers = "0.3.7"
http = "0.2.7"
http-body = "0.4.4"
mime_guess = "2.0.4"
rust-embed = "6.4.0"
tower = "0.4.12"
tower-http = { version = "0.3.3", features = ["fs"] }
tracing = "0.1.34"