Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Oct 22, 2023
1 parent 374d281 commit 17fd03c
Show file tree
Hide file tree
Showing 18 changed files with 4,242 additions and 3 deletions.
17 changes: 16 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,16 @@ members = [
]

[dependencies]
aho-corasick = "1.1.2"
anyhow = "1.0.75"
bstr = "1.6.0"
bstr = "1.7.0"
grep = { version = "0.2.12", path = "crates/grep" }
ignore = { version = "0.4.19", path = "crates/ignore" }
lexopt = "0.3.0"
log = "0.4.5"
serde_json = "1.0.23"
termcolor = "1.1.0"
textwrap = { version = "0.16.0", default-features = false }

[dependencies.clap]
version = "2.33.0"
Expand Down
Loading

0 comments on commit 17fd03c

Please sign in to comment.