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

difftreelog

source

crates/jrsonnet-macros/Cargo.toml192 Bsourcehistory
1[package]2name = "jrsonnet-macros"3version = "0.4.2"4edition = "2021"56[lib]7proc-macro = true89[dependencies]10proc-macro2 = "1.0"11quote = "1.0"12syn = { version = "1.0", features = ["full"] }