chore: move specific CI audit rules into global .cargo/audit.toml

This commit is contained in:
Edouard Vanbelle
2026-05-04 14:22:26 +02:00
parent b6eec61677
commit 46e823ffda
4 changed files with 18 additions and 6 deletions
+2 -1
View File
@@ -20,9 +20,10 @@
*.su
*.idb
# Build cache (keep .cargo/config.toml for project build settings)
# Build cache (keep .cargo/config.toml for project build settings, keep audit config)
.cargo/*
!.cargo/config.toml
!.cargo/audit.toml
# temporary file to tools
tmp/