Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jul 30, 2024
1 parent 4badc4c commit 78b01f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@ List of regex to to match on files omitted from processing.
`Summary` relies on several Rust crates to provide its functionality:

- `clap` - For parsing command-line arguments.
- `futures` - For asynchronous programming abstractions.
- `git2` - For Git repository operations.
- `num_cpus` - For determining the number of CPUs for parallel processing.
- `rayon` - For parallel processing.
- `regex` - For pattern matching and text manipulation.
- `tokio` - For asynchronous runtime.
- `walkdir` - For efficient filesystem traversal.

Expand Down

0 comments on commit 78b01f6

Please sign in to comment.