mirror of
https://github.com/YGGverse/btracker-gemini.git
synced 2026-03-31 17:15:30 +00:00
implement btracker-scrape API, use shared State Arc for initiated components
This commit is contained in:
parent
64ad6f01a8
commit
d9edf977c7
3 changed files with 101 additions and 41 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue