diff options
author | Nadrieril | 2019-09-10 15:43:24 +0200 |
---|---|---|
committer | Nadrieril | 2019-09-10 16:38:28 +0200 |
commit | 83ca228b1b0d3c40d2a1998dde45ecfef6fa0bb7 (patch) | |
tree | 83f41047f7505282c0fb11994df8d3391662fe41 /dhall_syntax | |
parent | 20e75122354dc44468fa58c40e94a43a128aa764 (diff) |
Tentatively derive pest::Parser normally
If it still creates spurious recompilations, I'll revert that
Diffstat (limited to '')
-rw-r--r-- | dhall_syntax/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dhall_syntax/Cargo.toml b/dhall_syntax/Cargo.toml index 450175c..8d9cca6 100644 --- a/dhall_syntax/Cargo.toml +++ b/dhall_syntax/Cargo.toml @@ -12,6 +12,7 @@ doctest = false itertools = "0.8.0" percent-encoding = "2.1.0" pest = "2.1" +pest_derive = "2.1" either = "1.5.2" take_mut = "0.2.2" hex = "0.3.2" |