diff options
Diffstat (limited to '')
-rw-r--r-- | build/cargo/cargo-machete.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/cargo/cargo-machete.yaml b/build/cargo/cargo-machete.yaml new file mode 100644 index 0000000000..42ec301ee0 --- /dev/null +++ b/build/cargo/cargo-machete.yaml @@ -0,0 +1,4 @@ +--- +command: cargo-machete +continue_on_error: true +cargo_build_flags: ["{topsrcdir}/{directory}/Cargo.toml"] |