It uses Cargo, Rust's package manager. You can
depend on this library by adding locale
to your Cargo dependencies:
[dependencies]
locale = "*"
Or, to use the Git repo directly:
[dependencies.locale]
git = "https://github.com/ogham/rust-locale.git"