git.delta.rocks / jrsonnet / refs/commits / 32f6ee5b9541

difftreelog

source

crates/jrsonnet-parser/Cargo.toml562 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[features]10exp-destruct = []1112[dependencies]13jrsonnet-interner = { path = "../jrsonnet-interner", version = "0.4.2" }1415peg = "0.8.0"1617serde = { version = "1.0", features = ["derive", "rc"], optional = true }18gcmodule = { git = "https://github.com/CertainLach/gcmodule", branch = "jrsonnet" }1920[dev-dependencies]21jrsonnet-stdlib = { path = "../jrsonnet-stdlib", version = "0.4.2" }