justcode-derive 0.2.0

Derive macros for justcode
Documentation
[package]
name = "justcode-derive"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
description = "Derive macros for justcode"
repository = "https://github.com/entropy-tamer/justcode"
homepage = "https://github.com/entropy-tamer/justcode"

[lib]
proc-macro = true

[dependencies]
syn.workspace = true
quote.workspace = true
proc-macro2.workspace = true

[lints.clippy]
pedantic = "warn"
nursery = "warn"
cargo = "warn"
all = "warn"