git.delta.rocks / jrsonnet / refs/commits / 38c2f665c6fe

difftreelog

source

crates/jrsonnet-ir/Cargo.toml486 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 = true22thiserror.workspace = true2324[dev-dependencies]25insta.workspace = true