mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-27 13:01:29 +00:00
25 lines
411 B
TOML
25 lines
411 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 = "3.2.0"
|
|
|
|
[profile.dev.package.backtrace]
|
|
opt-level = 3
|
|
|
|
|