aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-01-04 23:44:25 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2025-01-04 23:44:25 +0100
commit4d946aebe3f70ad18e235d68474b6d489757c927 (patch)
tree29779493bf9c9c7a1add8ba186dc98539a0e15ee /Cargo.toml
parent0e673283db8cfc3c9b572006d64e153d75e6a019 (diff)
Use gema_texto for gemini parsing
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5ce0102..529955a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ homepage = "https://r.bdr.sh/page.html"
authors = ["Rubén Beltrán del Río <page@r.bdr.sh>"]
[dependencies]
+gema_texto = "1.0.0"
[dev-dependencies]
test_utilities = { path = "test_utilities" }