chainerror/Cargo.toml

11 lines
212 B
TOML
Raw Normal View History

2018-12-18 07:46:05 +01:00
[package]
name = "chainerror"
version = "0.1.0"
authors = ["Harald Hoyer <harald@redhat.com>"]
edition = "2018"
2018-12-19 16:30:56 +01:00
[features]
2018-12-19 16:57:35 +01:00
default = [ "debug-cause", "fileline"]
2018-12-19 16:30:56 +01:00
fileline = []
display-cause = []
debug-cause = []