Skip to content

Commit b38fe99

Browse files
committed
Updating cargo.
1 parent c20b122 commit b38fe99

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "cipherscope"
33
version = "0.1.0"
44
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"]
511

612
[dependencies]
713
anyhow = "1.0"

0 commit comments

Comments
 (0)