summaryrefslogtreecommitdiff
path: root/dhall_generated_parser/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-09-10 15:43:24 +0200
committerNadrieril2019-09-10 16:38:28 +0200
commit83ca228b1b0d3c40d2a1998dde45ecfef6fa0bb7 (patch)
tree83f41047f7505282c0fb11994df8d3391662fe41 /dhall_generated_parser/Cargo.toml
parent20e75122354dc44468fa58c40e94a43a128aa764 (diff)
Tentatively derive pest::Parser normally
If it still creates spurious recompilations, I'll revert that
Diffstat (limited to 'dhall_generated_parser/Cargo.toml')
-rw-r--r--dhall_generated_parser/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/dhall_generated_parser/Cargo.toml b/dhall_generated_parser/Cargo.toml
index 0730f60..b1f0d02 100644
--- a/dhall_generated_parser/Cargo.toml
+++ b/dhall_generated_parser/Cargo.toml
@@ -12,8 +12,7 @@ doctest = false
[build-dependencies]
abnf_to_pest = { version = "0.1.1", path = "../abnf_to_pest" }
-pest_generator = "2.1"
-quote = "1.0.2"
[dependencies]
pest = "2.1"
+pest_derive = "2.1"