treehouse/crates/treehouse-incubator/Cargo.toml

13 lines
268 B
TOML
Raw Normal View History

2023-08-17 21:59:56 +02:00
[package]
name = "treehouse-incubator"
version = "0.1.0"
edition = "2021"
[dependencies]
2023-08-18 13:25:20 +02:00
codespan-reporting = "0.11.1"
2023-08-17 21:59:56 +02:00
handlebars = "4.3.7"
pulldown-cmark = { version = "0.9.3", default-features = false }
thiserror = "1.0.47"
treehouse-format = { workspace = true }