Skip to content

Commit 242ee21

Browse files
cursoragentscript3r
andcommitted
Checkpoint before follow-up message
Co-authored-by: script3r <[email protected]>
1 parent bfe4224 commit 242ee21

File tree

4 files changed

+111
-253
lines changed

4 files changed

+111
-253
lines changed

Cargo.lock

Lines changed: 1 addition & 0 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ anyhow = "1"
1818
serde = { version = "1", features = ["derive"] }
1919
serde_json = "1"
2020
toml = "0.8"
21+
regex = "1"
2122
rayon = "1"
2223
ignore = "0.4"
2324
clap = { version = "4", features = ["derive"] }

crates/scanner-core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ anyhow = { workspace = true }
99
serde = { workspace = true }
1010
serde_json = { workspace = true }
1111
toml = { workspace = true }
12+
regex = { workspace = true }
1213
rayon = { workspace = true }
1314
ignore = { workspace = true }
1415
globset = { workspace = true }

0 commit comments

Comments
 (0)