implemented also atom feed via template
This commit is contained in:
parent
8b17e93d74
commit
cfab9ef5c0
10 changed files with 259 additions and 114 deletions
|
|
@ -9,10 +9,11 @@ clap = { version = "*", features = ["derive"] }
|
|||
env_logger = "*"
|
||||
feed-rs = "*"
|
||||
log = "*"
|
||||
ron = "*" # todo for development, to check atom-rs internal representation of feeds
|
||||
serde = { version = "*", features = ["derive"] }
|
||||
slug = "*"
|
||||
tera = "*"
|
||||
toml = "*"
|
||||
ureq = { version = "3.0.0-rc5", features = ["brotli", "charset", "gzip", "native-tls"]}
|
||||
url = "*"
|
||||
|
||||
quick-xml = { version = "*", features = ["serialize"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue