Cargo.toml: exclude book from crate

This commit is contained in:
Harald Hoyer 2018-12-21 13:52:01 +01:00
parent 8ad6eaceac
commit 527b71f4ae

View file

@ -1,16 +1,17 @@
[package]
name = "chainerror"
version = "0.1.1"
version = "0.2.0"
authors = ["Harald Hoyer <harald@redhat.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/chainerror"
homepage = "https://haraldh.github.io/chainerror/"
repository = "https://github.com/haraldh/chainerror"
description = "Yet another error boilerplate library."
description = "Make chaining errors easy."
keywords = ["error"]
categories = ["rust-patterns"]
readme = "README.md"
exclude = [ "booksrc/*", "book.toml", "theme/*" ]
[features]
default = [ ]