We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20b122 commit b38fe99Copy full SHA for b38fe99
1 file changed
Cargo.toml
@@ -2,6 +2,12 @@
2
name = "cipherscope"
3
version = "0.1.0"
4
edition = "2024"
5
+description = "A high-performance, language-aware tool for scanning source code to detect cryptographic libraries and algorithms usage."
6
+license = "MIT"
7
+repository = "https://github.com/script3r/cipherscope"
8
+readme = "README.md"
9
+keywords = ["crypto", "static-analysis", "security", "inventory", "tree-sitter"]
10
+categories = ["development-tools", "command-line-utilities"]
11
12
[dependencies]
13
anyhow = "1.0"
0 commit comments