1[package]2name = "jrsonnet-macros"3description = "Macros to reduce boilerplate in jrsonnet-evaluator usage"4authors = ["Yaroslav Bolyukin <iam@lach.pw>"]5license = "MIT"6version.workspace = true7repository.workspace = true8edition = "2021"910[lib]11proc-macro = true1213[dependencies]14proc-macro2.workspace = true15quote.workspace = true16syn = { workspace = true, features = ["full"] }difftreelog
source
crates/jrsonnet-macros/Cargo.toml381 Bsourcehistory