mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-12 13:05:00 +00:00
19 lines
343 B
TOML
19 lines
343 B
TOML
[package]
|
|
name = "mas-spa"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
thiserror.workspace = true
|
|
camino = { workspace = true, features = ["serde1"] }
|
|
|