Skip to content

Commit

Permalink
chore: don't inherit workspace readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ten3roberts committed Mar 14, 2024
1 parent 63cb412 commit 7689b98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion color-eyre/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 7689b98

Please sign in to comment.