diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-04 23:44:25 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-04 23:44:25 +0100 |
| commit | 4d946aebe3f70ad18e235d68474b6d489757c927 (patch) | |
| tree | 29779493bf9c9c7a1add8ba186dc98539a0e15ee /Cargo.toml | |
| parent | 0e673283db8cfc3c9b572006d64e153d75e6a019 (diff) | |
Use gema_texto for gemini parsing
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" } |