Framework for embedding localizations into Rust types
[package]
name = "l10n_embed_interaction"
description = "Localized command-line interaction"

# 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]
l10n_embed.workspace = true

dialoguer.workspace = true
icu_locale.workspace = true
indicatif.workspace = true
thiserror.workspace = true

[dev-dependencies]
l10n_embed_derive.workspace = true