Give French dict rich Wiktionary definitions instead of thin FreeDict glosses
All checks were successful
CI / check (push) Successful in 5m3s

This commit is contained in:
Jean Chevronnet 2026-07-20 03:00:22 +00:00
parent c57683b5e4
commit 1b569fdfa3
No known key found for this signature in database
6 changed files with 242 additions and 7 deletions

View file

@ -72,7 +72,7 @@ axum = "0.7"
axum-server = { version = "0.7", features = ["tls-rustls"] }
prost = "0.13"
tokio-stream = "0.1"
ureq = { version = "2", default-features = false }
ureq = { version = "2", default-features = false, features = ["tls"] }
[build-dependencies]
tonic-build = "0.12"