mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
* Make RegistryHolder struct * Update deps * Move RegistryHolder to azalea-protocol * Convert bytes to bools and back * Rename and shuffle logic * Move logic into trait, rename methods * Final touchups * Ah, merge mistakes * Add serde support for ResourceLocation * Reuse structs * Error when serde skips values in debug mode Add missing attributes * Strict_registry feature, require packet feature * Add test * Move into packets * Docs and touchups * Reword docs * Move into module inside ClientboundLoginPacket * Add azalea-nbt serde feature * remove duplicate comment and type_ -> kind --------- Co-authored-by: mat <github@matdoes.dev>
15 lines
446 B
TOML
15 lines
446 B
TOML
[package]
|
|
description = "Translate Minecraft strings from their id."
|
|
edition = "2021"
|
|
license = "MIT"
|
|
name = "azalea-language"
|
|
repository = "https://github.com/mat-1/azalea/tree/main/azalea-language"
|
|
version = "0.6.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
once_cell = "1.16.0"
|
|
serde = "^1.0.152"
|
|
serde_json = "^1.0.93"
|
|
# tokio = {version = "^1.21.2", features = ["fs"]}
|