Files
google-apis-rs/src/rust/preproc/Cargo.toml
2022-09-29 09:02:05 +08:00

19 lines
383 B
TOML

[package]
name = "preproc"
version = "0.1.0"
authors = ["Sebastian Thiel <sthiel@thoughtworks.com>"]
edition = "2018"
publish = false
[[bin]]
name = "preproc"
path = "src/main.rs"
doctest = false
test = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pulldown-cmark-to-cmark = "1.2.2"
pulldown-cmark = "0.5.2"