summaryrefslogtreecommitdiffstats
path: root/build/cargo/cargo-deny.yaml
blob: fde45e37d9ea2fcda514f9c51bc61bb9f766bc2c (plain)
1
2
3
4
5
6
7
8
9
10
---
command: cargo-deny
continue_on_error: true
cargo_build_flags:
  - --frozen
  - --manifest-path
  - "{manifest}"
  - --target={arch}
  - --features
  - "{features}"