From 78b01f601f6e0746479b0d150ae69a27206f4863 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 30 Jul 2024 14:51:19 +0300 Subject: [PATCH] --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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.