treehouse/crates/treehouse-format/Cargo.toml

9 lines
135 B
TOML

[package]
name = "treehouse-format"
version = "0.1.0"
edition = "2021"
[dependencies]
thiserror = "1.0.47"
log = { workspace = true }