aboutsummaryrefslogtreecommitdiff
path: root/azalea-language/Cargo.toml
blob: 983ac7f926740fcadb8c8e797a7a25322909b8e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "azalea-language"
description = "Translate Minecraft strings from their id."
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
compact_str = { workspace = true, features = ["serde"] }
serde.workspace = true
serde_json.workspace = true