We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d933f commit dd42a4fCopy full SHA for dd42a4f
CLAUDE.md
@@ -76,4 +76,7 @@ HashRust is a CLI file hashing utility written in Rust that supports multiple ha
76
77
**IMPORTANT: After making code changes:**
78
1. Always run `cargo fmt` to ensure consistent formatting
79
-2. Run `cargo clippy --color=always -- -D clippy::all -D clippy::pedantic` to catch potential issues and ensure code quality
+2. Run `cargo clippy --color=always -- -D clippy::all -D clippy::pedantic` to catch potential issues and ensure code quality
80
+
81
+**Security:**
82
+- Run `cargo audit` once a day when working on this project to check for security vulnerabilities in dependencies
0 commit comments