1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Gate some crates behind features in mas-http

This commit is contained in:
Quentin Gliech
2022-08-17 12:20:09 +02:00
parent 9fe541f7b6
commit 185ff622f9
9 changed files with 199 additions and 159 deletions

View File

@ -35,7 +35,7 @@ opentelemetry-zipkin = { version = "0.15.0", features = ["reqwest-client", "reqw
mas-config = { path = "../config" }
mas-email = { path = "../email" }
mas-handlers = { path = "../handlers" }
mas-http = { path = "../http" }
mas-http = { path = "../http", features = ["axum"] }
mas-policy = { path = "../policy" }
mas-router = { path = "../router" }
mas-static-files = { path = "../static-files" }