Switched from rayon for multithreading to tokio for async.

This commit is contained in:
2026-05-15 15:43:18 -05:00
parent 050238f46a
commit e46f987db2
3 changed files with 184 additions and 228 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ edition = "2021"
[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
dns-lookup = "2.0.4"
rayon = "1.12.0"
futures = "0.3.32"
reqwest = { version = "0.12.4", features = ["blocking"] }
tokio = { version = "1.52.3", features = ["full"] }
trust-dns-resolver = "0.23.2"
urlencoding = "2.1.3"