summaryrefslogtreecommitdiff
path: root/serde_dhall/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-12-17 11:45:18 +0000
committerNadrieril2019-12-17 11:45:18 +0000
commit27b054b0465d106fb4b6ba4d6dec16288cbc4e1d (patch)
treebfbe91eec47ec8e9aeaf621798fa62bd77becfc4 /serde_dhall/Cargo.toml
parent212ee21e15e4334baa8d1b2a70aa6cc53fbd40ee (diff)
Remove dhall_syntax crate
Diffstat (limited to 'serde_dhall/Cargo.toml')
-rw-r--r--serde_dhall/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/serde_dhall/Cargo.toml b/serde_dhall/Cargo.toml
index c61ddcd..9d46822 100644
--- a/serde_dhall/Cargo.toml
+++ b/serde_dhall/Cargo.toml
@@ -8,5 +8,4 @@ edition = "2018"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
dhall = { path = "../dhall" }
-dhall_syntax = { path = "../dhall_syntax" }
dhall_proc_macros = { path = "../dhall_proc_macros" }