Files
tokio/netlify.toml
T

18 lines
374 B
TOML
Raw Normal View History

2022-05-19 03:30:06 -04:00
[build]
command = """
rustup install nightly --profile minimal && cargo doc --no-deps --all-features
"""
publish = "target/doc"
[build.environment]
RUSTDOCFLAGS="""
--cfg docsrs \
--cfg tokio_unstable \
--cfg tokio_taskdump \
2022-05-19 03:30:06 -04:00
"""
RUSTFLAGS="--cfg tokio_unstable --cfg tokio_taskdump --cfg docsrs"
2022-05-19 03:30:06 -04:00
[[redirects]]
from = "/"
to = "/tokio"