third_party_rust_tower/netlify.toml
David Barsky 208160e6bb
chore: add Netlify redirect to tower/` (#572)
Co-authored-by: Eliza Weisman <eliza@buoyant.io>
2021-02-25 17:28:48 -05:00

8 lines
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"