너무 빠르니까 레이트리밋 걸리는거 같아요요

This commit is contained in:
imnyang 2025-06-06 23:57:19 +09:00
commit 603531a0c0
3 changed files with 96 additions and 160 deletions

View file

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