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

@@ -16,6 +16,8 @@ serde-wasm-bindgen = "0.6"
console_error_panic_hook = "0.1.7"
serde_json = "1.0.148"
gloo-timers = "0.3.0"
reqwest = { version = "0.13.0", features = ["json"] }
pulldown-cmark = "0.13.0"
[workspace]
members = ["src-tauri"]