mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-12 23:55:56 +00:00
21 lines
384 B
TOML
21 lines
384 B
TOML
[package]
|
|
name = "mas-matrix"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
serde.workspace = true
|
|
async-trait.workspace = true
|
|
http.workspace = true
|
|
tokio.workspace = true
|
|
url.workspace = true
|