eyre/Cargo.toml
2023-10-03 21:18:59 +01:00

18 lines
325 B
TOML

[workspace]
members = [
"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"