1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-11-26 17:31:44 +02:00
comprehensive-rust/book.toml

27 lines
513 B
TOML
Raw Normal View History

2022-12-21 17:36:30 +02:00
[book]
authors = ["Martin Geisler"]
language = "en"
multilingual = false
src = "src"
title = "Comprehensive Rust 🦀"
[rust]
edition = "2021"
[preprocessor.svgbob]
class = "bob"
[output.html]
curly-quotes = true
additional-js = ["ga4.js"]
2022-12-23 18:21:10 +02:00
additional-css = ["svgbob.css"]
git-repository-url = "https://github.com/google/comprehensive-rust"
edit-url-template = "https://github.com/google/comprehensive-rust/edit/main/{path}"
2022-12-21 17:36:30 +02:00
[output.html.fold]
enable = true
level = 0
[output.html.playground]
editable = true