mirror of
https://github.com/tower-rs/tower.git
synced 2025-09-28 13:30:43 +00:00
8 lines
254 B
TOML
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" |