veloren/voxygen/i18n-check/Cargo.toml
juliancoffee 57cddb3ee3 Extract localization test to binary
- Implement `--all` option
- Implement `--lang <code>` option
- Implement `--verify` command
2021-05-09 13:12:25 +03:00

16 lines
347 B
TOML

[package]
authors = ["juliancoffee <lightdarkdaughter@gmail.com>"]
edition = "2018"
name = "veloren-i18n-check"
description = "crate to analyze localization assets to find what needs update"
version = "0.9.0"
[[bin]]
name = "i18n-check"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
tracing = "0.1"
ron = "0.6"
git2 = "0.13"