Skip to content

Commit 29e48ab

Browse files
committed
Slim down packages for all production ready crates.
1 parent f8fa468 commit 29e48ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ repository = "https://github.com/projectfluent/fluent-langneg-rs"
1111
readme = "README.md"
1212
categories = ["internationalization", "localization"]
1313
edition = "2018"
14+
include = [
15+
"src/**/*",
16+
"benches/*.rs",
17+
"Cargo.toml",
18+
"README.md"
19+
]
1420

1521
[badges]
1622
travis-ci = { repository = "projectfluent/fluent-langneg-rs" }

0 commit comments

Comments
 (0)