You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2026-01-03 17:02:28 +03:00
21 lines
429 B
TOML
21 lines
429 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 = { version = "1.35.1", features = ["sync", "macros", "rt"] }
|
|
url.workspace = true
|