# xtask convention (https://github.com/matklad/cargo-xtask), without folding # every crate in this repo into one workspace -- they are deliberately # independent (see scripts/run-tests.sh, which cds into each). # # `cargo xtask apk` **from the repo root** runs scripts/xtask/src/main.rs. # The manifest path is relative to the working directory cargo is run from, # so the root is where it works; this file is found from any directory # inside the checkout, but the path inside it is not. [alias] xtask = "run --quiet --manifest-path scripts/xtask/Cargo.toml --"