1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
azalea/azalea-language/Cargo.toml
2024-01-08 21:15:12 -06:00

15 lines
447 B
TOML

[package]
description = "Translate Minecraft strings from their id."
edition = "2021"
license = "MIT"
name = "azalea-language"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-language"
version = "0.9.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
once_cell = "1.19.0"
serde = "^1.0"
serde_json = "^1.0.111"
# tokio = {version = "^1.21.2", features = ["fs"]}