mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-30 06:21:52 +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"
|
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."
|
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"
|
documentation = "https://docs.rs/color-eyre"
|
||||||
|
readme = "./README.md"
|
||||||
|
|
||||||
|
|
||||||
authors = { workspace = true }
|
authors = { workspace = true }
|
||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
readme = { workspace = true }
|
|
||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user