You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-09-20 08:02:11 +03:00
20 lines
357 B
TOML
20 lines
357 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.workspace = true
|
|
serde.workspace = true
|
|
serde_urlencoded = "0.7.1"
|
|
url.workspace = true
|
|
ulid.workspace = true
|