1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

l10n: port fmt for translation + use thiserror + add french

This commit is contained in:
Sylvestre Ledru 2025-06-22 10:22:38 +02:00
parent 1675c3e981
commit ebc4fbcaf2
5 changed files with 143 additions and 94 deletions

1
Cargo.lock generated
View file

@ -3027,6 +3027,7 @@ name = "uu_fmt"
version = "0.1.0"
dependencies = [
"clap",
"thiserror 2.0.12",
"unicode-width 0.2.1",
"uucore",
]