feat: export subscriptions as OPML / NewPipe JSON

This commit is contained in:
ThetaDev 2025-01-05 05:23:18 +01:00
parent 50f5c4b84a
commit 638a22d012
2 changed files with 119 additions and 4 deletions

View file

@ -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