This commit is contained in:
2022-11-17 19:05:27 +01:00
commit 571be93ce1
4 changed files with 1257 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "rss-reader"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["full"] }
rss = { version = "2.0.1" }