re-wrote the tool, it actually works now!

This commit is contained in:
pyro57000
2025-10-16 17:34:16 -05:00
parent 835eecd815
commit 1e29992068
5 changed files with 899 additions and 437 deletions

View File

@@ -6,5 +6,5 @@ edition = "2024"
[dependencies]
clap = { version = "4.5.41", features = ["derive"] }
colored = "3.0.0"
tokio = { version = "1.46.1", features = ["full"] }
tokio = { version = "1.48.0", features = ["full"] }
walkdir = "2.5.0"