misc/cargo-d@be0f9185b075 (annotated)
misc/cargo-d
Wed, 06 Nov 2024 22:05:56 -0500
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Wed, 06 Nov 2024 22:05:56 -0500
- changeset 26
- be0f9185b075
- permissions
- -rwxr-xr-x
README, LICENSE, doc-building.
|
26
|
1
|
#!/bin/sh
|
|
|
2
|
RUSTDOCFLAGS="--html-in-header misc/katex-header.html" cargo d --no-deps "$@"
|
|
|
3
|
|
|
|
4
|
|