Files
letro-authentication-service/crates/matrix-synapse/Cargo.toml
2023-09-01 16:27:22 +02:00

22 lines
511 B
TOML

[package]
name = "mas-matrix-synapse"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
[dependencies]
anyhow.workspace = true
async-trait = "0.1.73"
http.workspace = true
serde.workspace = true
tower = { version = "0.4.13", features = ["util"] }
tracing.workspace = true
url.workspace = true
mas-axum-utils = { path = "../axum-utils" }
mas-http = { path = "../http" }
mas-matrix = { path = "../matrix" }