mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-11 05:51:49 +01:00
19 lines
383 B
TOML
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"
|