mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-27 04:50:50 +00:00
26 lines
425 B
TOML
26 lines
425 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"
|
|
autocfg = "1.0"
|
|
|
|
[profile.dev.package.backtrace]
|
|
opt-level = 3
|
|
|
|
|