mdBook/Cargo.toml

11 lines
194 B
TOML
Raw Normal View History

2015-07-06 12:21:59 +00:00
[package]
name = "mdbook"
version = "0.0.1"
authors = ["Mathieu David <mathieudavid@mathieudavid.org>"]
2015-07-06 19:12:24 +00:00
[dependencies]
getopts = "*"
handlebars = "*"
rustc-serialize = "*"
pulldown-cmark = "*"