mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-13 15:05:30 +00:00
41 lines
861 B
TOML
41 lines
861 B
TOML
[package]
|
|
name = "mas-templates"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
arc-swap = "1.7.1"
|
|
tracing.workspace = true
|
|
tokio.workspace = true
|
|
walkdir = "2.5.0"
|
|
|
|
anyhow.workspace = true
|
|
thiserror.workspace = true
|
|
|
|
minijinja = { workspace = true, features = ["loader", "json", "speedups", "unstable_machinery"] }
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
serde_urlencoded = "0.7.1"
|
|
v_htmlescape = "0.15.8"
|
|
|
|
camino.workspace = true
|
|
chrono.workspace = true
|
|
url.workspace = true
|
|
http.workspace = true
|
|
ulid.workspace = true
|
|
rand.workspace = true
|
|
|
|
oauth2-types.workspace = true
|
|
mas-data-model.workspace = true
|
|
mas-i18n.workspace = true
|
|
mas-router.workspace = true
|
|
mas-spa.workspace = true
|