begin Titan protocol implementation

This commit is contained in:
yggverse 2025-01-14 04:53:08 +02:00
parent 236d941b37
commit 879fe7a6f6
37 changed files with 609 additions and 102 deletions

View file

@ -17,7 +17,7 @@ features = ["v1_5"]
[dependencies.gemini]
package = "ggemini"
version = "0.13.0"
version = "0.14.0"
[dependencies.gemtext]
package = "ggemtext"
@ -47,6 +47,6 @@ syntect = "5.2.0"
# development
[patch.crates-io]
# ggemini = { git = "https://github.com/YGGverse/ggemini.git" }
ggemini = { git = "https://github.com/YGGverse/ggemini.git" }
# ggemtext = { git = "https://github.com/YGGverse/ggemtext.git" }
# plurify = { git = "https://github.com/YGGverse/plurify.git" }