[package] name = "trecs_proc" version = "0.1.3" edition = "2021" license-file = "../LICENSE" description = "proc_macros" repository = "https://github.com/twhice/trecs" workspace = ".." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies.syn] version = "2.0.20" features = ["full"]