diff options
Diffstat (limited to '')
-rw-r--r-- | dhall_syntax/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dhall_syntax/Cargo.toml b/dhall_syntax/Cargo.toml index 82fa9c8..2724fa5 100644 --- a/dhall_syntax/Cargo.toml +++ b/dhall_syntax/Cargo.toml @@ -17,6 +17,5 @@ take_mut = "0.2.2" hex = "0.3.2" lazy_static = "1.4.0" dhall_generated_parser = { path = "../dhall_generated_parser" } -dhall_proc_macros = { path = "../dhall_proc_macros" } # pest_consume = { path = "../../pest_consume/pest_consume" } pest_consume = "1.0" |