2021-05-03 13:48:46 +00:00
|
|
|
[package]
|
|
|
|
authors = ["juliancoffee <lightdarkdaughter@gmail.com>"]
|
|
|
|
edition = "2018"
|
2021-05-04 08:55:40 +00:00
|
|
|
name = "veloren-i18n"
|
|
|
|
description = "Crate for internalization and diagnostic of existing localizations."
|
2021-05-03 13:48:46 +00:00
|
|
|
version = "0.9.0"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "i18n-check"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-05-04 08:55:40 +00:00
|
|
|
lazy_static = "1.4.0"
|
|
|
|
assets_manager = {version = "0.4.2", features = ["bincode", "ron", "json", "hot-reloading"]}
|
|
|
|
deunicode = "1.0"
|
|
|
|
ron = "0.6"
|
2021-05-03 13:48:46 +00:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
tracing = "0.1"
|
2021-05-04 08:55:40 +00:00
|
|
|
# Diagnostic
|
2021-05-03 13:48:46 +00:00
|
|
|
git2 = "0.13"
|