chore: don't inherit workspace readme

This commit is contained in:
Freja Roberts 2024-03-14 23:35:46 +01:00
parent 63cb4122fc
commit 7689b983de

View File

@ -3,12 +3,13 @@ name = "color-eyre"
version = "0.6.2"
description = "An error report handler for panics and eyre::Reports for colorful, consistent, and well formatted error reports for all kinds of errors."
documentation = "https://docs.rs/color-eyre"
readme = "./README.md"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
readme = { workspace = true }
rust-version = { workspace = true }
[features]