Initialize Minecraft text generator project with basic structure and CLI functionality
This commit is contained in:
10
crates/exporters/Cargo.toml
Normal file
10
crates/exporters/Cargo.toml
Normal 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 }
|
||||
Reference in New Issue
Block a user