Files
letro-authentication-service/crates/templates/Cargo.toml
2023-05-25 18:15:44 +02:00

30 lines
654 B
TOML

[package]
name = "mas-templates"
version = "0.1.0"
authors = ["Quentin Gliech <quenting@element.io>"]
edition = "2021"
license = "Apache-2.0"
[dependencies]
tracing = "0.1.37"
tokio = { version = "1.28.1", features = ["macros", "rt"] }
anyhow = "1.0.71"
thiserror = "1.0.40"
tera = "1.18.1"
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
serde_urlencoded = "0.7.1"
camino = "1.1.4"
chrono = "0.4.24"
url = "2.3.1"
http = "0.2.9"
ulid = { version = "1.0.0", features = ["serde"] }
rand = "0.8.5"
oauth2-types = { path = "../oauth2-types" }
mas-data-model = { path = "../data-model" }
mas-router = { path = "../router" }