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