difftreelog
feat(parser) trace feature for peg
in: master
1 file changed
crates/jsonnet-parser/Cargo.tomldiffbeforeafterboth4authors = ["Лач <iam@lach.pw>"]4authors = ["Лач <iam@lach.pw>"]5edition = "2018"5edition = "2018"667# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html7[features]8default = []9# Trace peg token parsing10trace = ["peg/trace"]8119[dependencies]12[dependencies]10peg = "0.6.2"13peg = "0.6.2"