mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-20 00:45:45 +00:00
23 lines
500 B
TOML
23 lines
500 B
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-spa"
|
|
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]
|
|
camino.workspace = true
|
|
serde.workspace = true
|
|
thiserror.workspace = true
|