lucide/book/book.toml
2025-04-05 12:53:07 +00:00

22 lines
507 B
TOML

[book]
authors = ["Daniëlle Huisman"]
language = "en"
multilingual = false
src = "src"
title = "Rust Lucide"
[preprocessor.tabs]
[preprocessor.trunk]
[output.html]
additional-css = ["theme/tabs.css", "theme/theme.css", "theme/trunk.css"]
additional-js = ["theme/tabs.js", "theme/theme.js", "theme/trunk.js"]
edit-url-template = "https://github.com/RustForWeb/lucide/edit/main/book/{path}"
git-repository-url = "https://github.com/RustForWeb/lucide"
[output.trunk]
serve = true
[rust]
edition = "2024"