1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-09-20 08:02:11 +03:00
Files
authentication-service/crates/router/Cargo.toml
2024-07-05 10:07:40 +02:00

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