mirror of
https://github.com/Death916/deathclock.git
synced 2026-04-10 03:04:40 -07:00
get feed lists and return feeds
This commit is contained in:
parent
7b00e23a08
commit
6d4201c378
4 changed files with 51 additions and 26 deletions
|
|
@ -10,5 +10,5 @@ reqwest = "0.13.2"
|
|||
rss = "2.0.12"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.149"
|
||||
tokio = "1.50.0"
|
||||
tokio = { version = "1.50.0", features = ["full"] }
|
||||
ureq = "3.2.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue