Files
minecraft-text-generator/crates/exporters/Cargo.toml

11 lines
200 B
TOML

[package]
name = "exporters"
version = "0.1.0"
edition = "2024"
[dependencies]
lib = { path = "../lib" }
anyhow = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }