treehouse/crates/treehouse-incubator/Cargo.toml
2023-08-17 21:59:56 +02:00

12 lines
238 B
TOML

[package]
name = "treehouse-incubator"
version = "0.1.0"
edition = "2021"
[dependencies]
handlebars = "4.3.7"
pulldown-cmark = { version = "0.9.3", default-features = false }
thiserror = "1.0.47"
treehouse-format = { workspace = true }