Files
tokio/netlify.toml
T

20 lines
346 B
TOML
Raw Permalink Normal View History

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