chore: cargo audit in justfile

This commit is contained in:
gak 2023-10-20 08:11:23 +11:00
parent 54e6b80675
commit 68d44c4f58
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
all_tests: no_token_test token_tests
all_tests: no_token_test token_tests audit
no_token_test:
cargo clippy --all-targets -- -D warnings
@ -27,3 +27,6 @@ publish version:
auth:
cargo run -- auth --save
audit:
cargo audit