Added rayon

This commit is contained in:
Marco De Araujo 2025-12-28 08:18:15 -04:00
parent 0b9487bde5
commit 63496cfc93
3 changed files with 816 additions and 119 deletions

View file

@ -11,9 +11,10 @@ fluent-templates = "0.13.2"
unic-langid = "0.9.6"
sys-locale = "0.3.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.146"
serde_json = "1.0.148"
once_cell = "1.19"
url = "2.5.7"
ratatui = "0.29.0"
ratatui = "0.30.0"
crossterm = "0.29.0"
chrono = "0.4.42"
rayon = "1.11.0"