mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
17 lines
326 B
TOML
17 lines
326 B
TOML
[build]
|
|
command = """
|
|
rustup install nightly --profile minimal && cargo doc --no-deps --all-features
|
|
"""
|
|
publish = "target/doc"
|
|
|
|
[build.environment]
|
|
RUSTDOCFLAGS="""
|
|
--cfg docsrs \
|
|
--cfg tokio_unstable \
|
|
"""
|
|
RUSTFLAGS="--cfg tokio_unstable --cfg docsrs"
|
|
|
|
[[redirects]]
|
|
from = "/"
|
|
to = "/tokio"
|