veloren/common/i18n/Cargo.toml
juliancoffee 9264fe77b1 Add veloren-common-i18n
- Move common::comp::chat::Content to its own place
2024-01-14 21:25:15 +02:00

11 lines
300 B
TOML

[package]
name = "veloren-common-i18n"
version = "0.1.0"
edition = "2021"
description = "Crate for structs and methods that acknowledge the need for localization of the game"
[dependencies]
serde = { workspace = true, features = ["rc"] }
hashbrown = { workspace = true }
rand = { workspace = true }