Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.71 to 0.1.72. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.71...0.1.72) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
453 B
TOML
19 lines
453 B
TOML
[package]
|
|
name = "mas-matrix-synapse"
|
|
version = "0.1.0"
|
|
authors = ["Quentin Gliech <quenting@element.io>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.72"
|
|
async-trait = "0.1.72"
|
|
http = "0.2.9"
|
|
url = "2.4.0"
|
|
serde = { version = "1.0.171", features = ["derive"] }
|
|
tower = { version = "0.4.13", features = ["util"] }
|
|
|
|
mas-axum-utils = { path = "../axum-utils" }
|
|
mas-http = { path = "../http" }
|
|
mas-matrix = { path = "../matrix" }
|