async-book/book.toml

17 lines
314 B
TOML
Raw Normal View History

[book]
title = "Asynchronous Programming in Rust"
authors = ["Taylor Cramer"]
[build]
create-missing = false
[preprocess.links]
[output.html]
2019-10-19 06:17:08 +00:00
git-repository-url = "https://github.com/rust-lang/async-book"
site-url = "/async-book/"
[output.linkcheck]
follow-web-links = true
traverse-parent-directories = false