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

difftreelog

source

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