18 lines
324 B
TOML
18 lines
324 B
TOML
[book]
|
|
authors = ["Evan Pratten"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "docs/book"
|
|
title = "Protomask Documentation"
|
|
|
|
[rust]
|
|
edition = "2021"
|
|
|
|
[build]
|
|
build-dir = "target/book"
|
|
create-missing = true
|
|
|
|
[output.html]
|
|
mathjax-support = true
|
|
git-repository-url = "https://github.com/ewpratten/protomask"
|
|
site-url = "/book/" |