mirror of
https://github.com/haraldh/chainerror.git
synced 2025-01-31 00:56:41 +01:00
Cargo.toml: exclude book from crate
This commit is contained in:
parent
8ad6eaceac
commit
527b71f4ae
|
@ -1,16 +1,17 @@
|
||||||
[package]
|
[package]
|
||||||
name = "chainerror"
|
name = "chainerror"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
authors = ["Harald Hoyer <harald@redhat.com>"]
|
authors = ["Harald Hoyer <harald@redhat.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
documentation = "https://docs.rs/chainerror"
|
documentation = "https://docs.rs/chainerror"
|
||||||
homepage = "https://haraldh.github.io/chainerror/"
|
homepage = "https://haraldh.github.io/chainerror/"
|
||||||
repository = "https://github.com/haraldh/chainerror"
|
repository = "https://github.com/haraldh/chainerror"
|
||||||
description = "Yet another error boilerplate library."
|
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/*" ]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = [ ]
|
default = [ ]
|
||||||
|
|
Loading…
Reference in a new issue