Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.70 to 0.1.71. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.70...0.1.71) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
759 B
TOML
29 lines
759 B
TOML
[package]
|
|
name = "mas-graphql"
|
|
version = "0.1.0"
|
|
authors = ["Quentin Gliech <quenting@element.io>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.71"
|
|
async-graphql = { version = "5.0.10", features = ["chrono", "url"] }
|
|
async-trait = "0.1.71"
|
|
chrono = "0.4.26"
|
|
lettre = { version = "0.10.4", default-features = false }
|
|
serde = { version = "1.0.166", features = ["derive"] }
|
|
thiserror = "1.0.41"
|
|
tokio = { version = "1.29.1", features = ["sync"] }
|
|
tracing = "0.1.37"
|
|
tower = { version = "0.4.13", features = ["util"] }
|
|
ulid = "1.0.0"
|
|
url = "2.4.0"
|
|
|
|
oauth2-types = { path = "../oauth2-types" }
|
|
mas-data-model = { path = "../data-model" }
|
|
mas-matrix = { path = "../matrix" }
|
|
mas-storage = { path = "../storage" }
|
|
|
|
[[bin]]
|
|
name = "schema"
|