veloren/voxygen/i18n/Cargo.toml

22 lines
592 B
TOML
Raw Normal View History

[package]
2021-05-08 18:22:50 +00:00
authors = ["juliancoffee <lightdarkdaughter@gmail.com>", "Rémy Phelipot"]
edition = "2018"
name = "veloren-i18n"
description = "Crate for internalization and diagnostic of existing localizations."
version = "0.9.0"
[[bin]]
name = "i18n-check"
[dependencies]
# Assets
2021-05-04 14:13:13 +00:00
hashbrown = { version = "0.9", features = ["serde", "nightly"] }
common-assets = {package = "veloren-common-assets", path = "../../common/assets"}
deunicode = "1.0"
serde = { version = "1.0", features = ["derive"] }
# Diagnostic
2021-05-09 21:49:45 +00:00
git2 = { version = "0.12", default-features = false }
ron = "0.6"
tracing = "0.1"