[package]
name = "rand-gen-proc-macro"
edition.workspace = true
version.workspace = true
license.workspace = true
description = "Proc macros for the rand-gen crate"
[lib]
proc-macro = true
[dependencies]
darling = "0.20.3"
proc-macro2 = "1.0.73"
quote = "1.0.34"
syn = "2.0.43"