From ee033ba226d8304a5cddd2d8b7a2b05122a57c83 Mon Sep 17 00:00:00 2001 From: Лач Date: Sat, 16 May 2020 16:39:56 +0000 Subject: [PATCH] feat(parser): trace feature for peg --- --- a/crates/jsonnet-parser/Cargo.toml +++ b/crates/jsonnet-parser/Cargo.toml @@ -4,7 +4,10 @@ authors = ["Лач "] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[features] +default = [] +# Trace peg token parsing +trace = ["peg/trace"] [dependencies] peg = "0.6.2" -- gitstuff