fix: Fix Cargo.toml description
This commit is contained in:
parent
4e8d051bd1
commit
ae3f87ad0c
|
@ -6,7 +6,7 @@ authors = [
|
||||||
"Michael-F-Bryan <michaelfbryan@gmail.com>",
|
"Michael-F-Bryan <michaelfbryan@gmail.com>",
|
||||||
"Matt Ickstadt <mattico8@gmail.com>"
|
"Matt Ickstadt <mattico8@gmail.com>"
|
||||||
]
|
]
|
||||||
description = "Create books from markdown files"
|
description = "Creates a book from markdown files"
|
||||||
documentation = "http://rust-lang-nursery.github.io/mdBook/index.html"
|
documentation = "http://rust-lang-nursery.github.io/mdBook/index.html"
|
||||||
repository = "https://github.com/rust-lang-nursery/mdBook"
|
repository = "https://github.com/rust-lang-nursery/mdBook"
|
||||||
keywords = ["book", "gitbook", "rustbook", "markdown"]
|
keywords = ["book", "gitbook", "rustbook", "markdown"]
|
||||||
|
|
Loading…
Reference in New Issue