added a progress bar its a real tool now!

This commit is contained in:
2026-05-18 12:39:01 -05:00
parent 9c3f4b2950
commit 0ea3ddea2b
2 changed files with 37 additions and 20 deletions
+1
View File
@@ -9,6 +9,7 @@ edition = "2021"
clap = { version = "4.5.4", features = ["derive"] }
dns-lookup = "2.0.4"
futures = "0.3.32"
indicatif = "0.18.4"
reqwest = { version = "0.12.4", features = ["blocking"] }
tokio = { version = "1.52.3", features = ["full"] }
trust-dns-resolver = "0.23.2"