mdBook/Cargo.toml

21 lines
311 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]
2015-08-01 04:59:05 +00:00
clap = "*"
handlebars = "*"
rustc-serialize = "*"
pulldown-cmark = "*"
[features]
default = ["output"]
debug = []
output = []
2015-08-06 10:38:48 +00:00
[[bin]]
doc = false
name = "mdbook"
path = "src/bin/mdbook.rs"