blob: 6d927fda947632ae6e6af7e280512f82613ecc43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[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_json.workspace = true
[lints]
workspace = true
|