[package] name = "delegate-trait-impl" version = "0.1.0-dev" edition = "2021" license = "MIT OR Apache-2.0" description = "Delegate trait implementations" repository = "https://github.com/ChieloNewctle/delegate-trait-impl" homepage = "https://github.com/ChieloNewctle/delegate-trait-impl" documentation = "https://docs.rs/delegate-trait-impl" readme = "README.md" authors = ["Chielo Newctle "] exclude = ["release-plz.toml"] autotests = true [lib] proc-macro = true [dependencies]