11# coreutils (uutils)
22# * see the repository LICENSE, README, and CONTRIBUTING files for more information
33
4- # spell-checker:ignore (libs) bigdecimal datetime serde bincode gethostid kqueue libselinux mangen memmap uuhelp startswith constness expl unnested logind cfgs
4+ # spell-checker:ignore (libs) bigdecimal datetime serde bincode gethostid kqueue libselinux mangen memmap uuhelp startswith constness expl unnested logind cfgs interner
55
66[package ]
77name = " coreutils"
@@ -403,7 +403,7 @@ uucore_procs = { version = "0.5.0", package = "uucore_procs", path = "src/uucore
403403uu_ls = { version = " 0.5.0" , path = " src/uu/ls" }
404404uu_base32 = { version = " 0.5.0" , path = " src/uu/base32" }
405405uutests = { version = " 0.5.0" , package = " uutests" , path = " tests/uutests" }
406-
406+ string-interner = " 0.19.0 "
407407[dependencies ]
408408clap.workspace = true
409409clap_complete = { workspace = true , optional = true }
@@ -414,7 +414,7 @@ selinux = { workspace = true, optional = true }
414414textwrap.workspace = true
415415uucore.workspace = true
416416zip = { workspace = true , optional = true }
417-
417+ string-interner.workspace = true
418418
419419# * uutils
420420uu_test = { optional = true , version = " 0.5.0" , package = " uu_test" , path = " src/uu/test" }
@@ -521,6 +521,7 @@ who = { optional = true, version = "0.5.0", package = "uu_who", path = "src/uu/w
521521whoami = { optional = true , version = " 0.5.0" , package = " uu_whoami" , path = " src/uu/whoami" }
522522yes = { optional = true , version = " 0.5.0" , package = " uu_yes" , path = " src/uu/yes" }
523523
524+
524525# this breaks clippy linting with: "tests/by-util/test_factor_benches.rs: No such file or directory (os error 2)"
525526# factor_benches = { optional = true, version = "0.0.0", package = "uu_factor_benches", path = "tests/benches/factor" }
526527
0 commit comments