async-std/docs/book.toml
ngirard af38ad2646
Update book.toml
- don't generate an empty page if link points to a missing file ;
- add icon to github repository.
2019-08-17 00:25:51 +02:00

13 lines
289 B
TOML

[book]
authors = ["The async-std maintainers"]
language = "en"
multilingual = false
src = "src"
title = "Async programming in Rust with async-std"
[build]
create-missing = false
[output.html]
git-repository-url = "https://github.com/async-rs/async-std"
git-repository-icon = "fa-github"