From 527b71f4ae9f5359e26ae7ece3c4eb1fb268fd54 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 21 Dec 2018 13:52:01 +0100 Subject: [PATCH] Cargo.toml: exclude book from crate --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 71fd263..73b1166 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,16 +1,17 @@ [package] name = "chainerror" -version = "0.1.1" +version = "0.2.0" authors = ["Harald Hoyer "] 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 = [ ]