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

difftreelog

source

crates/jrsonnet-macros/Cargo.toml362 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 = true7repository.workspace = true8edition = "2021"910[lib]11proc-macro = true1213[dependencies]14proc-macro2 = "1.0"15quote = "1.0"16syn = { version = "1.0", features = ["full"] }