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

difftreelog

source

crates/jsonnet-parser/Cargo.toml426 Bsourcehistory
1[package]2name = "jsonnet-parser"3version = "0.1.0"4authors = ["Лач <iam@lach.pw>"]5edition = "2018"67[features]8default = []9# Trace peg token parsing10# trace = ["peg/trace"]11# TODO:12# serialize = ["serde"]1314[dependencies]15peg = "0.6.2"16serde = { version = "1.0.114", features = ["derive", "rc"] }17unescape = "0.1.0"1819[dev-dependencies]20jsonnet-stdlib = { version = "0.1.0", path = "../jsonnet-stdlib" }21bincode = "1.3.1"