mirror of
https://github.com/danbulant/lucide
synced 2026-05-19 04:18:41 +00:00
22 lines
507 B
TOML
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"
|