git.delta.rocks / jrsonnet / refs/commits / 6314afd4640f

difftreelog

source

crates/jrsonnet-ir-parser/Cargo.toml368 Bsourcehistory
1[package]2name = "jrsonnet-ir-parser"3authors.workspace = true4edition.workspace = true5license.workspace = true6repository.workspace = true7version.workspace = true89[dependencies]10insta.workspace = true11jrsonnet-gcmodule.workspace = true12jrsonnet-ir.workspace = true13jrsonnet-lexer = { version = "0.5.0-pre97", path = "../jrsonnet-lexer" }1415[lints]16workspace = true