Cargo.toml: add more exclude files

This commit is contained in:
Harald Hoyer 2019-01-09 10:38:04 +01:00
parent 1dc50d457a
commit ee9bd65af6

View file

@ -1,6 +1,6 @@
[package] [package]
name = "chainerror" name = "chainerror"
version = "0.3.0" version = "0.3.1"
authors = ["Harald Hoyer <harald@redhat.com>"] authors = ["Harald Hoyer <harald@redhat.com>"]
edition = "2018" edition = "2018"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
@ -11,7 +11,9 @@ description = "Make chaining errors easy."
keywords = ["error"] keywords = ["error"]
categories = ["rust-patterns"] categories = ["rust-patterns"]
readme = "README.md" readme = "README.md"
exclude = [ "booksrc/*", "book.toml", "theme/*", "git-deploy-branch.sh" ]
exclude = [ ".gitignore", "examples/*", "booksrc/*", "book.toml",
"theme/*", "git-deploy-branch.sh", ".travis.yml" ]
[badges] [badges]
travis-ci = { repository = "haraldh/chainerror" } travis-ci = { repository = "haraldh/chainerror" }