feat: export subscriptions as OPML / NewPipe JSON
This commit is contained in:
parent
50f5c4b84a
commit
638a22d012
2 changed files with 119 additions and 4 deletions
|
|
@ -48,6 +48,7 @@ tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
|
|||
futures-util.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
quick-xml.workspace = true
|
||||
|
||||
indicatif.workspace = true
|
||||
anyhow.workspace = true
|
||||
|
|
|
|||
Reference in a new issue