Skip to content

Commit 2464a65

Browse files
committed
Remove web assets and bump version to 0.2.2
1 parent c93cabf commit 2464a65

13 files changed

Lines changed: 22 additions & 4298 deletions

File tree

Cargo.lock

Lines changed: 21 additions & 1028 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cipherscope"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2024"
55
description = "A high-performance, language-aware tool for scanning source code to detect cryptographic libraries and algorithms usage."
66
license = "MIT"
@@ -26,7 +26,6 @@ tree-sitter = "0.25"
2626
num_cpus = "1.17"
2727
crossbeam-channel = "0.5"
2828
tokio = { version = "1.41", features = ["macros", "rt-multi-thread"] }
29-
vercel_runtime = "1.1"
3029
http = "1.1"
3130
tree-sitter-c = { version = "0.24", optional = true }
3231
tree-sitter-cpp = { version = "0.23", optional = true }
@@ -62,7 +61,3 @@ harness = false
6261
[[bench]]
6362
name = "scan_large_bench"
6463
harness = false
65-
66-
[[bin]]
67-
name = "scan"
68-
path = "api/scan.rs"

api/scan.rs

Lines changed: 0 additions & 179 deletions
This file was deleted.

vercel.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)