misc/cargo-d@f5b9f4bf25a7
misc/cargo-d
Tue, 06 Dec 2022 08:29:13 +0200
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Tue, 06 Dec 2022 08:29:13 +0200
- changeset 14
- f5b9f4bf25a7
- permissions
- -rwxr-xr-x
cargo-d alias generation with a cargo-d script
#!/bin/sh
RUSTDOCFLAGS="--html-in-header misc/katex-header.html" cargo d --no-deps "$@"