treehouse/crates/treehouse-incubator/Cargo.toml

12 lines
268 B
TOML

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