Added crate metadata

This commit is contained in:
Mathieu David 2015-08-06 23:37:44 +02:00
parent bf114d7e21
commit 3baa916a28
1 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,15 @@
name = "mdbook" name = "mdbook"
version = "0.0.1" version = "0.0.1"
authors = ["Mathieu David <mathieudavid@mathieudavid.org>"] authors = ["Mathieu David <mathieudavid@mathieudavid.org>"]
description = "create books from markdown files (like Gitbook)"
documentation = "http://azerupi.github.io/mdBook/index.html"
repository = "https://github.com/azerupi/mdBook"
keywords = ["book", "gitbook", "rustbook", "markdown"]
license = "MPL"
readme = "README.md"
exclude = [
"book-example/*",
]
[dependencies] [dependencies]
clap = "*" clap = "*"