We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf114d7 commit 3baa916Copy full SHA for 3baa916
Cargo.toml
@@ -2,6 +2,15 @@
2
name = "mdbook"
3
version = "0.0.1"
4
authors = ["Mathieu David <mathieudavid@mathieudavid.org>"]
5
+description = "create books from markdown files (like Gitbook)"
6
+documentation = "http://azerupi.github.io/mdBook/index.html"
7
+repository = "https://github.com/azerupi/mdBook"
8
+keywords = ["book", "gitbook", "rustbook", "markdown"]
9
+license = "MPL"
10
+readme = "README.md"
11
+exclude = [
12
+ "book-example/*",
13
+]
14
15
[dependencies]
16
clap = "*"
0 commit comments