summaryrefslogtreecommitdiff
path: root/dhall_proc_macros/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-08-16 11:16:33 +0200
committerNadrieril2019-08-16 11:16:33 +0200
commite8bf879471708ac2cc03df904d14a618daaf2132 (patch)
tree8e588c4e811b81111faba058efd079b1194ab270 /dhall_proc_macros/Cargo.toml
parent509743469035582d916e6a2f331fd5018c81447e (diff)
dhall_proc_macros actually does not depend on dhall_syntax anymore
Diffstat (limited to 'dhall_proc_macros/Cargo.toml')
-rw-r--r--dhall_proc_macros/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/dhall_proc_macros/Cargo.toml b/dhall_proc_macros/Cargo.toml
index 76a749f..df1eda8 100644
--- a/dhall_proc_macros/Cargo.toml
+++ b/dhall_proc_macros/Cargo.toml
@@ -14,4 +14,3 @@ itertools = "0.8.0"
quote = "0.6.11"
proc-macro2 = "0.4.27"
syn = "0.15.29"
-dhall_syntax = { path = "../dhall_syntax" }