Skip to content

Commit

Permalink
Exclude all test and benchmark fixtures from packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
zbraniecki committed Mar 12, 2020
1 parent 49f6765 commit 5df9b25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fluent-syntax/Cargo.toml
Expand Up @@ -15,6 +15,11 @@ repository = "https://github.com/projectfluent/fluent-rs"
readme = "README.md"
keywords = ["localization", "l10n", "i18n", "intl", "internationalization"]
categories = ["localization", "internationalization"]
exclude = [
"benches/**/*.ftl",
"tests/**/*.ftl",
"tests/**/*.json",
]

[dependencies]
serde = { version = "1.0", features = ["derive"], optional = true }
Expand Down

0 comments on commit 5df9b25

Please sign in to comment.