init profile TOFU features

This commit is contained in:
yggverse 2025-07-23 02:13:10 +03:00
parent 5aa6b1464c
commit f831212d40
11 changed files with 403 additions and 44 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "Yoda"
version = "0.11.9"
version = "0.12.0"
edition = "2024"
license = "MIT"
readme = "README.md"
@ -31,7 +31,8 @@ version = "0.9.1"
[dependencies]
ansi-parser = "0.9.1"
anyhow = "1.0.97"
ggemini = "0.18.0"
async-channel = "2.5.0"
ggemini = "0.19.0"
ggemtext = "0.6.0"
indexmap = "2.7.0"
itertools = "0.14.0"
@ -44,7 +45,7 @@ r2d2_sqlite = "0.30.0"
syntect = "5.2.0"
# development
# [patch.crates-io]
# ggemini = { git = "https://github.com/YGGverse/ggemini.git" }
[patch.crates-io]
ggemini = { git = "https://github.com/YGGverse/ggemini.git" }
# ggemtext = { git = "https://github.com/YGGverse/ggemtext.git" }
# plurify = { git = "https://github.com/YGGverse/plurify.git" }