2024-02-29 13:38:26 +00:00
|
|
|
[package]
|
|
|
|
name = "l10n"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
chrono = { version = "0.4" }
|
|
|
|
chrono-tz = { version = "0.8" }
|
2024-03-01 03:59:54 +00:00
|
|
|
fixed_decimal = { version = "0.5.5", features = [ "ryu" ] }
|
2024-03-01 15:07:44 +00:00
|
|
|
fluent = { version = "0.16" }
|
2024-03-05 13:50:54 +00:00
|
|
|
fluent-ergonomics = { path = "../fluent-ergonomics" }
|
2024-02-29 13:38:26 +00:00
|
|
|
icu = { version = "1" }
|
|
|
|
icu_locid = { version = "1" }
|
|
|
|
icu_provider = { version = "1" }
|
|
|
|
sys-locale = { version = "0.3" }
|
2024-03-05 13:50:54 +00:00
|
|
|
unic-langid = { version = "*" }
|
|
|
|
|