Fetching data with channels
This commit is contained in:
parent
f42e558db9
commit
22871f5789
3 changed files with 225 additions and 37 deletions
|
|
@ -9,3 +9,4 @@ reqwest = "0.13.1"
|
|||
rss = "2.0.12"
|
||||
tokio = { version = "1.49.0", features = ["full"] }
|
||||
sqlx = { version = "0.8.6", features = [ "runtime-tokio", "sqlite" ] }
|
||||
chrono = "0.4.43"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue