From a4e8f799fb4665b210086c28647e0fa335384913 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sat, 13 Apr 2019 12:08:14 +0200 Subject: Clarify role of dhall_generated_parser crate --- dhall_parser/Cargo.toml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 dhall_parser/Cargo.toml (limited to 'dhall_parser/Cargo.toml') diff --git a/dhall_parser/Cargo.toml b/dhall_parser/Cargo.toml deleted file mode 100644 index 5ee7eca..0000000 --- a/dhall_parser/Cargo.toml +++ /dev/null @@ -1,19 +0,0 @@ -[package] -name = "dhall_parser" -version = "0.1.0" -authors = ["Nadrieril "] -license = "BSD-2-Clause" -edition = "2018" -build = "build.rs" - -[lib] -test = false -doctest = false - -[build-dependencies] -abnf_to_pest = { path = "../abnf_to_pest" } -pest_generator = "2.1" -quote = "0.6.11" - -[dependencies] -pest = { git = "https://github.com/pest-parser/pest" } -- cgit v1.2.3