mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
This seemed easiest, especially since I also am the author of pulldown-cmark-to-cmark :D. Funny how things fit together sometimes. And so much better than if I would have tried the same in pure python.
13 lines
307 B
TOML
13 lines
307 B
TOML
[package]
|
|
name = "preproc"
|
|
version = "0.1.0"
|
|
authors = ["Sebastian Thiel <sthiel@thoughtworks.com>"]
|
|
edition = "2018"
|
|
publish = 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"
|