eyre/Cargo.toml
Jubilee Young 6e2ffcc0c2 Bump workspace to owo-colors 4.0
Requires adding a path dependency in color-eyre on color-spantrace
so that the versions agree. Fortunately we can do that now!
2024-04-25 14:26:24 -07:00

25 lines
409 B
TOML

[workspace]
members = [
"color-eyre",
"color-spantrace",
"eyre"
]
[workspace.package]
authors = ["Jane Lusby <jlusby@yaah.dev>"]
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/eyre-rs/eyre"
readme = "README.md"
rust-version = "1.65.0"
[workspace.dependencies]
indenter = "0.3.0"
once_cell = "1.18.0"
owo-colors = "4.0"
[profile.dev.package.backtrace]
opt-level = 3