Files
Gabriel Kaszewski 1893b3427f Add Litematica exporter and integrate serde for serialization
- Introduced Litematica exporter with necessary data structures for Minecraft text generation.
- Added serde dependency for serialization support in multiple crates.
- Updated Cargo.toml files to include new dependencies and features.
- Created palette module for block palette management.
2026-03-23 01:14:30 +01:00

12 lines
217 B
TOML

[package]
name = "lib"
version = "0.1.0"
edition = "2024"
[dependencies]
ab_glyph = "0.2.32"
anyhow = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }