blob: 8def0c1e5fa5f55643f8418ca30a4945f5d703bf [file] [log] [blame]
[book]
title = "The Rust Programming Language"
authors = ["Steve Klabnik", "Carol Nichols", "Chris Krycho", "Contributions from the Rust Community"]
src = "../src" # needs to be explicit (it is implicit in `/book.toml`).
[output.html]
additional-css = ["../ferris.css", "../theme/2018-edition.css", "../theme/semantic-notes.css"]
additional-js = ["../ferris.js"]
git-repository-url = "https://github.com/rust-lang/book"
[build]
build-dir = "../tmp"
[preprocessor.trpl-listing]
output-mode = "simple"
# Only used in this version, *not* in the root `book.toml`, because its job is
# to remove `<figure>` and `<figcaption>` markup from the version we send them.
[preprocessor.trpl-figure]
output-mode = "simple"
[preprocessor.trpl-heading]
output-mode = "simple"
[rust]
edition = "2024"