git.delta.rocks / jrsonnet / refs/commits / 48e38361db94

difftreelog

source

crates/jrsonnet-peg-parser/Cargo.toml458 Bsourcehistory
1[package]2name = "jrsonnet-peg-parser"3authors.workspace = true4edition.workspace = true5license.workspace = true6repository.workspace = true7version.workspace = true89[dependencies]10jrsonnet-gcmodule.workspace = true11jrsonnet-ir.workspace = true12peg.workspace = true1314[lints]15workspace = true1617[dev-dependencies]18insta.workspace = true1920[features]21default = []22exp-destruct = ["jrsonnet-ir/exp-destruct"]23exp-null-coaelse = ["jrsonnet-ir/exp-null-coaelse"]