mdbook: Add version 0.3.5 (#559)

* Add mdbook
* Update to 0.3.5

Co-Authored-By: Hsiao-nan Cheung <niheaven@gmail.com>
This commit is contained in:
Matthew J. Berger 2019-11-11 23:15:54 -08:00 committed by Jakub Čábera
parent 262f75d426
commit f8ce580358

21
bucket/mdbook.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "0.3.5",
"description": "Create a book from markdown files.",
"homepage": "https://github.com/rust-lang/mdBook",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/rust-lang/mdBook/releases/download/v0.3.5/mdbook-v0.3.5-x86_64-pc-windows-msvc.zip",
"hash": "e349550aecdd2b43f9ab134c167932ba478d5d8e7ce00406f6419fe94472a4a1"
}
},
"bin": "mdbook.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rust-lang/mdBook/releases/download/v$version/mdbook-v$version-x86_64-pc-windows-msvc.zip"
}
}
}
}