mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-28 13:31:29 +00:00
chore: don't inherit workspace readme
This commit is contained in:
parent
63cb4122fc
commit
7689b983de
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user