This commit is contained in:
imnyang 2025-06-06 23:51:13 +09:00
commit e6fb9d65d6
3 changed files with 165 additions and 96 deletions

View file

@ -4,5 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
rayon = "1.10.0"
futures = "0.3.31"
reqwest = { version = "0.12.19", features = ["blocking", "json"]}
tokio = { version = "1", features = ["full"] }