21 lines
283 B
TOML
21 lines
283 B
TOML
[book]
|
|
authors = ["Alisa Feistel"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Exercises"
|
|
|
|
[rust]
|
|
edition = "2021"
|
|
|
|
[build]
|
|
build-dir = "book"
|
|
create-missing = false
|
|
|
|
[output.html]
|
|
default-theme = "navy"
|
|
mathjax-support = true
|
|
|
|
[output.html.playground]
|
|
editable = true
|