Framework for embedding localizations into Rust types
[package]
name = "l10n_embed"
description = "Framework for converting types to localized strings"

# Keys inherited from workspace
authors.workspace = true
categories.workspace = true
edition.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true
version.workspace = true

[lints]
workspace = true

[dependencies]
anstyle.workspace = true
camino.workspace = true
fixed_decimal.workspace = true
icu_decimal.workspace = true
icu_experimental.workspace = true
icu_locale.workspace = true
icu_plurals.workspace = true
jiff.workspace = true