From 45992d093b950170fc30e63d2c7d7a2767e9b9e8 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Wed, 6 Mar 2019 14:55:01 +0100 Subject: Add proc_macro the generated dhall expressions --- Cargo.lock | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 57ad661..f15b230 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,12 +156,23 @@ dependencies = [ "term-painter 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "dhall_generator" +version = "0.1.0" +dependencies = [ + "dhall_core 0.1.0", + "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "dhall_normalize" version = "0.1.0" dependencies = [ "bytecount 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "dhall_core 0.1.0", + "dhall_generator 0.1.0", "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "lalrpop-util 0.16.3 (registry+https://github.com/rust-lang/crates.io-index)", "nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)", -- cgit v1.2.3