Skip to content

Commit

Permalink
Merge pull request #252 from mgeisler/exclude-benches-examples
Browse files Browse the repository at this point in the history
Exclude benchmarks and examples from published crate
  • Loading branch information
mgeisler authored Dec 12, 2020
2 parents 2ca69a6 + 00f8d7f commit 62f2b68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ keywords = ["text", "formatting", "wrap", "typesetting", "hyphenation"]
categories = ["text-processing", "command-line-interface"]
license = "MIT"
edition = "2018"
exclude = [".github/", ".gitignore", "benches/", "examples/"]

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 62f2b68

Please sign in to comment.