You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-09-11 22:30:47 +03:00
22 lines
403 B
TOML
22 lines
403 B
TOML
[package]
|
|
name = "mas-email"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
async-trait.workspace = true
|
|
headers.workspace = true
|
|
lettre.workspace = true
|
|
thiserror.workspace = true
|
|
tracing.workspace = true
|
|
|
|
mas-templates.workspace = true
|