summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNadrieril2019-03-06 14:55:01 +0100
committerNadrieril2019-03-06 14:55:01 +0100
commit45992d093b950170fc30e63d2c7d7a2767e9b9e8 (patch)
tree68bde8c8fe1ee6b4e577278a783e3f3b603b7e7f /Cargo.lock
parent8f944ae4622102ad66eff19434725087239c1950 (diff)
Add proc_macro the generated dhall expressions
Diffstat (limited to '')
-rw-r--r--Cargo.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 57ad661..f15b230 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -157,11 +157,22 @@ dependencies = [
]
[[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)",