1 2 3 4 5 6 7 8 9 10
[build] command = """ rustup install nightly --profile minimal && \ RUSTDOCFLAGS='--cfg=docsrs' cargo +nightly doc --no-deps --features=futures,guide -Zrustdoc-map """ publish = "target/doc" [[redirects]] from = "/*" to = "/snafu/:splat"