Initialize Minecraft text generator project with basic structure and CLI functionality

This commit is contained in:
2026-03-23 00:56:19 +01:00
commit 55d730d542
20 changed files with 900 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "exporters"
version = "0.1.0"
edition = "2024"
[dependencies]
lib = { path = "../lib" }
anyhow = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }