101844-repro/tower/netlify.toml
2022-09-15 21:21:20 +02:00

8 lines
No EOL
254 B
TOML

[build]
command = "rustup install nightly --profile minimal && cargo doc --features=full --no-deps && cp -r target/doc _netlify_out"
environment = { RUSTDOCFLAGS= "--cfg docsrs" }
publish = "_netlify_out"
[[redirects]]
from = "/"
to = "/tower"