diff options
author | Nadrieril | 2019-12-17 11:45:18 +0000 |
---|---|---|
committer | Nadrieril | 2019-12-17 11:45:18 +0000 |
commit | 27b054b0465d106fb4b6ba4d6dec16288cbc4e1d (patch) | |
tree | bfbe91eec47ec8e9aeaf621798fa62bd77becfc4 /serde_dhall | |
parent | 212ee21e15e4334baa8d1b2a70aa6cc53fbd40ee (diff) |
Remove dhall_syntax crate
Diffstat (limited to 'serde_dhall')
-rw-r--r-- | serde_dhall/Cargo.toml | 1 |
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" } |