diff --git a/README.md b/README.md index be09400..5fad4d6 100644 --- a/README.md +++ b/README.md @@ -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.