git.delta.rocks / jrsonnet / refs/heads / master

difftreelog

source

crates/jrsonnet-macros/Cargo.toml545 Bsourcehistory
1[package]2name = "jrsonnet-macros"3description = "Procedural macros to reduce boilerplate in jrsonnet-evaluator usage"4keywords = ["jsonnet", "macros"]5categories = ["development-tools::procedural-macro-helpers"]6authors.workspace = true7edition.workspace = true8license.workspace = true9repository.workspace = true10version.workspace = true1112[lints]13workspace = true1415[lib]16proc-macro = true1718[dependencies]19proc-macro2.workspace = true20quote.workspace = true21syn = { workspace = true, features = ["full"] }22syn-dissect-closure.workspace = true