Files
matrix-authentication-service/crates/tower/Cargo.toml
T
2024-05-15 14:54:34 +02:00

23 lines
552 B
TOML

[package]
name = "mas-tower"
description = "Tower layers used by the Matrix Authentication Service"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
[lints]
workspace = true
[dependencies]
http.workspace = true
tracing.workspace = true
tracing-opentelemetry.workspace = true
tower.workspace = true
opentelemetry.workspace = true
opentelemetry-http.workspace = true
opentelemetry-semantic-conventions.workspace = true
pin-project-lite = "0.2.14"