diff options
| author | Fuwn <[email protected]> | 2024-06-19 09:17:36 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-19 09:17:36 +0000 |
| commit | 6d92ea622bfc98a831a9b94f19896fe0c215f794 (patch) | |
| tree | 34a8341128580cc190caecb16e9c62e2eb1f72ec /Cargo.toml | |
| parent | feat(germ): bump version (diff) | |
| download | germ-0.4.2.tar.xz germ-0.4.2.zip | |
fix(ast): parse preformatted gemtext as preformatted contentv0.4.2
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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` |