diff --git a/Cargo.toml b/Cargo.toml index 44f49bfd..2fbe38a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,15 @@ name = "mdbook" version = "0.0.1" authors = ["Mathieu David "] +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] clap = "*"