# `cargo-xtask-dist(1)`
```test
Build the artifacts and create the archive file for distribution
Usage: cargo xtask dist [OPTIONS]
Options:
--target <TARGET_TRIPLE> Target triple for the build
-v, --verbose... More output per occurrence
-q, --quiet... Less output per occurrence
--use-cross Use cross tool to build
--use-cross-if-needed Use cross if target is different from default target
-h, --help Print help
```