mirror of
https://github.com/haraldh/chainerror.git
synced 2025-01-31 00:56:41 +01:00
Cargo.toml: add more exclude files
This commit is contained in:
parent
1dc50d457a
commit
ee9bd65af6
|
@ -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" }
|
||||||
|
|
Loading…
Reference in a new issue