Files
letro-authentication-service/crates/tower/Cargo.toml

24 lines
604 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
tokio = { version = "1.36.0", features = ["time"] }
opentelemetry.workspace = true
opentelemetry-http.workspace = true
opentelemetry-semantic-conventions.workspace = true
pin-project-lite = "0.2.13"