mirror of
https://github.com/rust-lang/mdBook.git
synced 2025-12-27 10:16:09 -05:00
11 lines
194 B
TOML
11 lines
194 B
TOML
[package]
|
|
name = "mdbook"
|
|
version = "0.0.1"
|
|
authors = ["Mathieu David <mathieudavid@mathieudavid.org>"]
|
|
|
|
[dependencies]
|
|
getopts = "*"
|
|
handlebars = "*"
|
|
rustc-serialize = "*"
|
|
pulldown-cmark = "*"
|