aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-19 09:17:36 +0000
committerFuwn <[email protected]>2024-06-19 09:17:36 +0000
commit6d92ea622bfc98a831a9b94f19896fe0c215f794 (patch)
tree34a8341128580cc190caecb16e9c62e2eb1f72ec /Cargo.toml
parentfeat(germ): bump version (diff)
downloadgerm-6d92ea622bfc98a831a9b94f19896fe0c215f794.tar.xz
germ-6d92ea622bfc98a831a9b94f19896fe0c215f794.zip
fix(ast): parse preformatted gemtext as preformatted contentv0.4.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
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 <[email protected]>"]
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`