2025-12-20 10:05:21 +01:00

14 lines
310 B
TOML

[book]
authors = ["Logos Testing"]
language = "en"
src = "src"
title = "Logos Blockchain Testing Framework Book"
[build]
# Keep book output in target/ to avoid polluting the workspace root.
build-dir = "../target/book"
[output.html]
additional-js = ["theme/mermaid-init.js"]
default-theme = "light"