mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
485 B
TOML
14 lines
485 B
TOML
[package]
|
|
authors = ["juliancoffee <lightdarkdaughter@gmail.com>"]
|
|
edition = "2021"
|
|
name = "veloren-voxygen-i18n-helpers"
|
|
description = "Crate for internalization and diagnostic of existing localizations."
|
|
version = "0.10.0"
|
|
|
|
[dependencies]
|
|
common-net = {package = "veloren-common-net", path = "../../common/net"}
|
|
common = {package = "veloren-common", path = "../../common"}
|
|
i18n = {package = "veloren-client-i18n", path = "../../client/i18n"}
|
|
# Utility
|
|
tracing = { workspace = true }
|