fatality 0.1.1

Fatality extension to `thiserror::Error`
Documentation
[workspace]
members = [".", "proc-macro"]

[package]
name = "fatality"
version = "0.1.1"
authors = ["Bernhard Schuster <bernhard@ahoi.io>"]
edition = "2021"
description = "Fatality extension to `thiserror::Error`"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/drahnr/fatality.git"

[dependencies]
fatality-proc-macro = { version = "0.1.0", path = "./proc-macro" }
thiserror = "1.0"

[features]
default = []
expand = ["fatality-proc-macro/expand"]