crawling 🕷️

This commit is contained in:
Oliver Atkinson
2024-10-07 11:14:56 -06:00
parent 974bccc457
commit 9324160e74
9 changed files with 2795 additions and 469 deletions

View File

@@ -7,6 +7,8 @@ edition = "2021"
html5ever = "0.29.0"
markup5ever_rcdom = "0.5.0-unofficial"
reqwest = "0.12.8"
serde = { version = "1.0.210", features = ["derive"] }
surrealdb = "2.0.3"
tokio = { version="1.40.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"