mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
9264fe77b1
- Move common::comp::chat::Content to its own place
11 lines
300 B
TOML
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 }
|