Skip to content

Commit

Permalink
Re-trigger actions
Browse files Browse the repository at this point in the history
  • Loading branch information
varphone committed Jan 28, 2024
1 parent b4ec82a commit b954108
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ categories = ["localization", "internationalization"]
description = "Rust I18n is use Rust codegen for load YAML file storage translations on compile time, and give you a t! macro for simply get translation texts."
edition = "2021"
exclude = ["crates", "tests"]
keywords = ["gettext", "i18n", "l10n", "intl", "internationalization", "localization", "tr", "translation", "yml"]
keywords = [
"gettext",
"i18n",
"l10n",
"intl",
"internationalization",
"localization",
"tr",
"translation",
"yml",
]
license = "MIT"
name = "rust-i18n"
readme = "README.md"
Expand Down Expand Up @@ -38,9 +48,9 @@ members = [
"crates/extract",
"crates/support",
"crates/macro",
"examples/app-egui",
# "examples/app-egui",
"examples/app-load-path",
"examples/app-minify-key",
# "examples/app-minify-key",
"examples/foo",
]

Expand All @@ -53,4 +63,4 @@ harness = false
name = "minify_key"

[features]
log-missing = ["rust-i18n-macro/log-missing"]
log-miss-tr = ["rust-i18n-macro/log-miss-tr"]

0 comments on commit b954108

Please sign in to comment.