Experimenting with more structured ways to handle command-line input/output in Rust
[package]
name = "locale_select"
version = "0.1.0"
edition = "2021"

[dependencies]
fluent-langneg = { version = "0.14.0", features = ["cldr"] }
icu_locid = "1.4.0"

[lints]
workspace = true