• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[build]
2  command = """
3    rustup install nightly --profile minimal \
4      && cargo doc --no-deps --all-features
5    """
6  publish = "target/doc"
7
8[build.environment]
9  RUSTDOCFLAGS="""
10    -D warnings \
11    --cfg docsrs \
12    --cfg tracing_unstable
13    """
14  RUSTFLAGS="--cfg tracing_unstable"
15
16[[redirects]]
17  from = "/"
18  to = "/tracing"
19