implement btracker-scrape API, use shared State Arc for initiated components

This commit is contained in:
yggverse 2025-09-09 11:17:37 +03:00
parent 64ad6f01a8
commit d9edf977c7
3 changed files with 101 additions and 41 deletions

View file

@ -12,6 +12,7 @@ repository = "https://github.com/YGGverse/btracker-gemini"
[dependencies]
anyhow = "1.0.95"
btracker-fs = { version = "0.2.0", features = ["public"] }
btracker-scrape = "0.1.0"
chrono = "^0.4.20"
clap = { version = "4.5.30", features = ["derive"] }
log = "0.4.28"
@ -27,4 +28,5 @@ regex = "1.11.2"
# development
[patch.crates-io]
btracker-fs = { git = "https://github.com/YGGverse/btracker-fs.git" }
btracker-scrape = { git = "https://github.com/YGGverse/btracker-scrape.git" }
# btracker-fs = { path = "../btracker-fs" }