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

difftreelog

source

crates/jrsonnet-parser/Cargo.toml532 Bsourcehistory
1[package]2name = "jrsonnet-parser"3description = "jsonnet language parser and AST"4version = "0.4.2"5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6license = "MIT"7edition = "2021"89[dependencies]10jrsonnet-interner = { path = "../jrsonnet-interner", version = "0.4.2" }1112peg = "0.8.0"1314serde = { version = "1.0", features = ["derive", "rc"], optional = true }15gcmodule = { git = "https://github.com/CertainLach/gcmodule", branch = "jrsonnet" }1617[dev-dependencies]18jrsonnet-stdlib = { path = "../jrsonnet-stdlib", version = "0.4.2" }