You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-09-20 08:02:11 +03:00
24 lines
493 B
TOML
24 lines
493 B
TOML
[package]
|
|
name = "mas-i18n-scan"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
camino.workspace = true
|
|
clap.workspace = true
|
|
minijinja = { workspace = true, features = ["unstable_machinery"] }
|
|
serde_json.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
tracing.workspace = true
|
|
walkdir = "2.5.0"
|
|
|
|
mas-i18n.workspace = true
|