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

10
crates/lib/Cargo.toml Normal file
View File

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