45 lines
1.0 KiB
TOML
45 lines
1.0 KiB
TOML
# Copyright 2025 New Vector Ltd.
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
|
|
# Please see LICENSE files in the repository root for full details.
|
|
|
|
[package]
|
|
name = "mas-templates"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
publish.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
arc-swap.workspace = true
|
|
camino.workspace = true
|
|
chrono.workspace = true
|
|
http.workspace = true
|
|
minijinja-contrib.workspace = true
|
|
minijinja.workspace = true
|
|
rand.workspace = true
|
|
serde_json.workspace = true
|
|
serde_urlencoded.workspace = true
|
|
serde.workspace = true
|
|
thiserror.workspace = true
|
|
tokio.workspace = true
|
|
tracing.workspace = true
|
|
ulid.workspace = true
|
|
url.workspace = true
|
|
v_htmlescape.workspace = true
|
|
walkdir.workspace = true
|
|
|
|
oauth2-types.workspace = true
|
|
mas-data-model.workspace = true
|
|
mas-i18n.workspace = true
|
|
mas-iana.workspace = true
|
|
mas-router.workspace = true
|
|
mas-spa.workspace = true
|