mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-12 15:15:04 +00:00
20 lines
391 B
TOML
20 lines
391 B
TOML
[package]
|
|
name = "mas-router"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
axum = { version = "0.6.20", default-features = false }
|
|
serde.workspace = true
|
|
serde_urlencoded = "0.7.1"
|
|
url.workspace = true
|
|
ulid.workspace = true
|