feat: add option to fetch RSS feed
This commit is contained in:
parent
f25fb2fb9b
commit
02bf7ee7fe
2 changed files with 42 additions and 8 deletions
|
|
@ -41,7 +41,7 @@ rustls-tls-native-roots = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
rustypipe.workspace = true
|
||||
rustypipe = { workspace = true, features = ["rss"] }
|
||||
rustypipe-downloader.workspace = true
|
||||
reqwest.workspace = true
|
||||
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
|
||||
|
|
|
|||
Reference in a new issue