summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadrieril2019-11-11 18:41:32 +0000
committerNadrieril2019-11-11 18:41:50 +0000
commitf92cb5a0750e46a969b0fb9f97c3c69b9708cc92 (patch)
tree857294dbe01167e969eb639e34da661e47be893f
parentb33e1fc80bb0e7191c1ea3378569ed8c0fe4af6d (diff)
dhall_syntax doesn't use dhall_proc_macros
-rw-r--r--Cargo.lock1
-rw-r--r--dhall_syntax/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0a99ef5..aa4b536 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -109,7 +109,6 @@ name = "dhall_syntax"
version = "0.1.0"
dependencies = [
"dhall_generated_parser 0.1.0",
- "dhall_proc_macros 0.1.0",
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
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"