# xtask convention (https://github.com/matklad/cargo-xtask), without folding # every crate in this repo into one workspace -- they are deliberately # independent (see run-tests.sh, which cds into each). `cargo xtask apk` # from the repo root runs xtask/src/main.rs directly. [alias] xtask = "run --quiet --manifest-path xtask/Cargo.toml --"