blob: 53167dc764f8658033359efcb58b3fdc0980dde0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "azalea-language"
description = "Translate Minecraft strings from their id."
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
|