mirror of
https://github.com/adria0/plonk-by-fingers.git
synced 2026-01-09 05:28:03 -05:00
10 lines
183 B
TOML
10 lines
183 B
TOML
[tasks.doc-katex]
|
|
env = { "RUSTDOCFLAGS" = "--html-in-header .cargo/katex-header.html" }
|
|
command = "cargo"
|
|
args = ["doc", "--no-deps"]
|
|
|
|
[tasks.all]
|
|
dependencies = [
|
|
"doc-katex"
|
|
]
|