10 lines
265 B
TOML
10 lines
265 B
TOML
|
|
[book]
|
||
|
|
title = "Discovery"
|
||
|
|
description = "Discover the world of microcontrollers through Rust"
|
||
|
|
author = "Rust Embedded Resources Team"
|
||
|
|
language = "en"
|
||
|
|
|
||
|
|
[output.html]
|
||
|
|
additional-css = ["custom.css"]
|
||
|
|
git-repository-url = "https://github.com/rust-embedded/discovery/"
|