treehouse/crates/treehouse-format/Cargo.toml

9 lines
135 B
TOML
Raw Normal View History

2023-08-17 21:59:56 +02:00
[package]
name = "treehouse-format"
version = "0.1.0"
edition = "2021"
[dependencies]
thiserror = "1.0.47"
2023-08-18 13:25:20 +02:00
log = { workspace = true }