foxerror 0.1.3

yet another proc macro for deriving Error on enums
Documentation
# SPDX-FileCopyrightText: 2025 xfnw
#
# SPDX-License-Identifier: MIT

[package]
name = "foxerror"
version = "0.1.3"
edition = "2021"
license = "MIT"
description = "yet another proc macro for deriving Error on enums"
repository.workspace = true

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "3", features = ["derive"] }

[lints]
workspace = true