mirror of
https://gitee.com/openharmony/third_party_rust_tower
synced 2024-11-23 05:19:43 +00:00
208160e6bb
Co-authored-by: Eliza Weisman <eliza@buoyant.io>
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" |