mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
98cfeed071
`mach cargo COMMAND` will run `cargo-COMMAND` using `cargo build` arguments by default. However, it is possible to tune the arguments using either command-line arguments, or a YAML file in `config/cargo/`. A file `config/cargo/template.yaml` can be used to create a new configuration for a new cargo sub-command. Differential Revision: https://phabricator.services.mozilla.com/D166780
5 lines
73 B
YAML
5 lines
73 B
YAML
---
|
|
command: cargo-udeps
|
|
continue_on_error: true
|
|
# cargo_build_flags: []
|