From bf417fadb206d6d2351a13cd7c6988977a46dd33 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Wed, 18 Sep 2019 22:37:30 +0200 Subject: Extract pest_consume into its own crate --- pest_consume/Cargo.toml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 pest_consume/Cargo.toml (limited to 'pest_consume/Cargo.toml') diff --git a/pest_consume/Cargo.toml b/pest_consume/Cargo.toml deleted file mode 100644 index 1b8ebf6..0000000 --- a/pest_consume/Cargo.toml +++ /dev/null @@ -1,15 +0,0 @@ -[package] -name = "pest_consume" -version = "0.1.0" # remember to update html_root_url -authors = ["Nadrieril "] -license = "MIT OR Apache-2.0" -edition = "2018" -description = "A framework for processing the output of a pest-generated parser" -readme = "README.md" -repository = "https://github.com/Nadrieril/dhall-rust" - -[dependencies] -pest = "2.1" -pest_derive = "2.1" -proc-macro-hack = "0.5.9" -pest_consume_macros = { path = "../pest_consume_macros" } -- cgit v1.2.3