generating html from 12 feeds works
This commit is contained in:
parent
0f134ad61b
commit
cd1237cfc6
7 changed files with 165 additions and 41 deletions
|
|
@ -5,6 +5,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
# ammonia = "*" done by feed-rs
|
||||
anyhow = "*"
|
||||
clap = { version = "*", features = ["derive"] }
|
||||
env_logger = "*"
|
||||
feed-rs = "*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue