11 lines
153 B
TOML
11 lines
153 B
TOML
|
[book]
|
||
|
authors = ["Nick Fitzgerald"]
|
||
|
multilingual = false
|
||
|
src = "src"
|
||
|
title = "The `wasm-bindgen` Guide"
|
||
|
|
||
|
[build]
|
||
|
build-dir = "book/html"
|
||
|
|
||
|
[output.html]
|