git.delta.rocks / jrsonnet / refs/commits / a10f2cf96ed8

difftreelog

source

crates/jrsonnet-macros/Cargo.toml440 Bsourcehistory
1[package]2name = "jrsonnet-macros"3description = "Macros to reduce boilerplate in jrsonnet-evaluator usage"4authors.workspace = true5edition.workspace = true6license.workspace = true7repository.workspace = true8version.workspace = true910[lints]11workspace = true1213[lib]14proc-macro = true1516[dependencies]17proc-macro2.workspace = true18quote.workspace = true19syn = { workspace = true, features = ["full"] }20syn-dissect-closure.workspace = true