mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-13 12:55:35 +00:00
23 lines
552 B
TOML
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"
|