mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-13 14:22:35 +00:00
10 lines
194 B
TOML
10 lines
194 B
TOML
[package]
|
|
name = "mdbook"
|
|
version = "0.0.1"
|
|
authors = ["Mathieu David <mathieudavid@mathieudavid.org>"]
|
|
|
|
[dependencies]
|
|
getopts = "*"
|
|
handlebars = "*"
|
|
rustc-serialize = "*"
|
|
pulldown-cmark = "*"
|