Skip to content

Commit 3baa916

Browse files
committed
Added crate metadata
1 parent bf114d7 commit 3baa916

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
name = "mdbook"
33
version = "0.0.1"
44
authors = ["Mathieu David <[email protected]>"]
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+
]
514

615
[dependencies]
716
clap = "*"

0 commit comments

Comments
 (0)