From 128058ea948909c21a9cfd0b58cbd3a13e238e57 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Fri, 31 Jan 2025 17:35:38 +0100 Subject: Draft incremental `markdown` parsing Specially useful when dealing with long Markdown streams, like LLMs. --- examples/markdown/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/markdown/Cargo.toml') diff --git a/examples/markdown/Cargo.toml b/examples/markdown/Cargo.toml index cb74b954..fa6ced74 100644 --- a/examples/markdown/Cargo.toml +++ b/examples/markdown/Cargo.toml @@ -7,6 +7,6 @@ publish = false [dependencies] iced.workspace = true -iced.features = ["markdown", "highlighter", "debug"] +iced.features = ["markdown", "highlighter", "tokio", "debug"] open = "5.3" -- cgit