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 d380b27
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 All @@ -28,6 +38,9 @@ serde_yaml = "0.8"
globwalk = "0.8.1"
regex = "1"

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

[[example]]
name = "app"
test = true
Expand All @@ -51,6 +64,3 @@ name = "bench"
[[bench]]
harness = false
name = "minify_key"

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

0 comments on commit d380b27

Please sign in to comment.