News Tab with Markdown

This commit is contained in:
2025-12-30 18:11:41 +01:00
parent cfd3f68077
commit d4fb4701c3
6 changed files with 346 additions and 6 deletions

View File

@@ -24,3 +24,4 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
easy-nostr = { path = "./easy-nostr" }
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.12", features = ["json"] }