From 6d92ea622bfc98a831a9b94f19896fe0c215f794 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 19 Jun 2024 09:17:36 +0000 Subject: fix(ast): parse preformatted gemtext as preformatted content --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3798572..4e2bed9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "germ" -version = "0.4.1" +version = "0.4.2" authors = ["Fuwn "] edition = "2021" description = "The Ultimate Gemini Toolkit." @@ -23,6 +23,7 @@ macros = ["ast", "convert"] meta = [] request = ["rustls", "url", "anyhow", "tokio", "tokio-rustls"] quick = [] +example-gemtext = [] [dependencies] anyhow = { version = "1.0.70", optional = true } # `Result` -- cgit v1.2.3