Refactor structure

This commit is contained in:
2025-12-14 21:34:06 +08:00
parent 952f00261b
commit 27cb9fa32f
37 changed files with 712 additions and 486 deletions

23
crawler/Cargo.toml Executable file
View File

@@ -0,0 +1,23 @@
[package]
name = "crawler"
version = "0.1.0"
edition = "2024"
[dependencies]
image = "0.25.9"
reqwest = { version = "0.12.25", features = ["json"] }
scraper = "0.25.0"
robotstxt = "0.3.0"
models = { path = "../models" }
tokio.workspace = true
serde.workspace = true
color-eyre.workspace = true
lazy_static.workspace = true
serde_json.workspace = true
futures = "0.3.31"
itertools = "0.14.0"
language-tags = "0.3.2"