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

difftreelog

source

crates/jrsonnet-ir/Cargo.toml459 Bsourcehistory
1[package]2name = "jrsonnet-ir"3description = "jsonnet language parser and AST"4authors.workspace = true5edition.workspace = true6license.workspace = true7repository.workspace = true8version.workspace = true910[features]11default = []12exp-destruct = []13exp-null-coaelse = []1415[dependencies]16jrsonnet-interner.workspace = true17jrsonnet-gcmodule.workspace = true1819static_assertions.workspace = true2021peg.workspace = true2223[dev-dependencies]24insta.workspace = true