fix format

This commit is contained in:
2026-01-08 22:18:11 +08:00
parent eb9dcd15e8
commit 046cd98757

View File

@@ -8,6 +8,9 @@ image = "0.25.9"
reqwest = { version = "0.12.25", features = ["json", "rustls-tls"] } reqwest = { version = "0.12.25", features = ["json", "rustls-tls"] }
scraper = "0.25.0" scraper = "0.25.0"
robotstxt = "0.3.0" robotstxt = "0.3.0"
futures = "0.3.31"
itertools = "0.14.0"
language-tags = "0.3.2"
models = { path = "../models" } models = { path = "../models" }
@@ -18,7 +21,3 @@ serde.workspace = true
serde_json.workspace = true serde_json.workspace = true
log.workspace = true log.workspace = true
futures = "0.3.31"
itertools = "0.14.0"
language-tags = "0.3.2"