diff --git a/engage.toml b/engage.toml index 154b7b79..8fbda8bd 100644 --- a/engage.toml +++ b/engage.toml @@ -72,3 +72,8 @@ cargo test \ -- \ --color=always """ + +[[task]] +name = "cargo-audit" +group = "security" +script = "cargo audit -D any" \ No newline at end of file