mirror of
https://github.com/Rate-Limiting-Nullifier/rln-docs.git
synced 2026-01-06 22:13:50 -05:00
25 lines
421 B
TOML
25 lines
421 B
TOML
[book]
|
|
authors = ["AtHeartEngineer", "curryrasul"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Rate-Limiting Nullifier"
|
|
|
|
[rust]
|
|
edition = "2021"
|
|
|
|
[output.html]
|
|
additional-js = ["mermaid.min.js", "mermaid-init.js"]
|
|
mathjax-support = true
|
|
|
|
[output.html.search]
|
|
limit-results = 15
|
|
|
|
[preprocessor]
|
|
|
|
[preprocessor.mermaid]
|
|
command = "mdbook-mermaid"
|
|
|
|
[preprocessor.toc]
|
|
command = "mdbook-toc"
|
|
renderer = ["html"] |