feat(fetch-listing): poc recursive fetching

This commit is contained in:
Else, Someone 2025-04-27 16:53:07 +00:00
parent 6df68a7e9c
commit cfff120c9b
5 changed files with 1370 additions and 133 deletions

View file

@ -9,7 +9,10 @@ clap = "4.5.35"
futures = "0.3.31"
reqwest = "0.12.15"
rusqlite = "0.34.0"
scraper = "0.23.1"
serde_json = "1.0.140"
snix-castore = { version = "0.1.0", git = "https://git.snix.dev/snix/snix.git" }
tokio = "1.44.2"
tokio-stream = "0.1.17"
tokio-util = "0.7.14"
url = "2.5.4"