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

difftreelog

source

crates/jrsonnet-macros/Cargo.toml334 Bsourcehistory
1[package]2name = "jrsonnet-macros"3description = "Macros to reduce boilerplate in jrsonnet-evaluator usage"4authors = ["Yaroslav Bolyukin <iam@lach.pw>"]5license = "MIT"6version.workspace = true7edition = "2021"89[lib]10proc-macro = true1112[dependencies]13proc-macro2 = "1.0"14quote = "1.0"15syn = { version = "1.0", features = ["full"] }