mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
12 lines
321 B
TOML
12 lines
321 B
TOML
[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
|