mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-20 09:26:07 +00:00
30 lines
727 B
TOML
30 lines
727 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-context"
|
|
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]
|
|
console.workspace = true
|
|
pin-project-lite.workspace = true
|
|
quanta.workspace = true
|
|
tokio.workspace = true
|
|
tower-service.workspace = true
|
|
tower-layer.workspace = true
|
|
tracing.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
tracing-opentelemetry.workspace = true
|
|
opentelemetry.workspace = true
|