14 lines
340 B
TOML
14 lines
340 B
TOML
[book]
|
|
multilingual = false
|
|
src = "src"
|
|
title = "The rustc book"
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/rust-lang/rust/tree/master/src/doc/rustc"
|
|
edit-url-template = "https://github.com/rust-lang/rust/edit/master/src/doc/rustc/{path}"
|
|
|
|
[output.html.search]
|
|
use-boolean-and = true
|
|
|
|
[output.html.playground]
|
|
runnable = false
|