git.delta.rocks / jrsonnet / refs/commits / 44f6e2c9e550

difftreelog

source

crates/jrsonnet-peg-parser/Cargo.toml423 Bsourcehistory
1[package]2name = "jrsonnet-peg-parser"3authors.workspace = true4edition.workspace = true5license.workspace = true6repository.workspace = true7version.workspace = true89[dependencies]10jrsonnet-ir.workspace = true11peg.workspace = true1213[lints]14workspace = true1516[dev-dependencies]17insta.workspace = true1819[features]20default = []21exp-destruct = ["jrsonnet-ir/exp-destruct"]22exp-null-coaelse = ["jrsonnet-ir/exp-null-coaelse"]