mirror of
https://github.com/YGGverse/rssto.git
synced 2026-04-02 01:55:30 +00:00
implement persist_images_selector, minimize codebase by using bail, change image table structure to use sha256 hash as the unique image identity
This commit is contained in:
parent
bc61b5c09c
commit
ec0cca64f3
7 changed files with 97 additions and 90 deletions
|
|
@ -19,6 +19,7 @@ reqwest = { version = "0.13.1", features = ["blocking"] }
|
|||
rss = "2.0.12"
|
||||
scraper = { version = "0.25.0", features = ["serde"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
sha2 = "0.10.9"
|
||||
toml = "0.9.10"
|
||||
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
|
||||
url = { version = "2.5.8", features = ["serde"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue