From 595a52018e31126ecbf1be49794750f1a59a66b1 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Mon, 9 Sep 2019 22:24:27 +0200 Subject: Move pest_consume into its own crate --- Cargo.lock | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index d5ce864..b9ca159 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,6 +117,7 @@ dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "pest 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "pest_consume 0.1.0", "take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -237,6 +238,14 @@ dependencies = [ "ucd-trie 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "pest_consume" +version = "0.1.0" +dependencies = [ + "dhall_proc_macros 0.1.0", + "pest 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "pest_generator" version = "2.1.1" -- cgit v1.2.3