tower lol

This commit is contained in:
nora 2022-09-15 21:21:20 +02:00
parent 1e415960ec
commit 40a6bd3bce
49 changed files with 4626 additions and 1 deletions

8
tower/netlify.toml Normal file
View file

@ -0,0 +1,8 @@
[build]
command = "rustup install nightly --profile minimal && cargo doc --features=full --no-deps && cp -r target/doc _netlify_out"
environment = { RUSTDOCFLAGS= "--cfg docsrs" }
publish = "_netlify_out"
[[redirects]]
from = "/"
to = "/tower"