summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNadrieril2019-12-17 11:43:57 +0000
committerNadrieril2019-12-17 11:43:57 +0000
commit212ee21e15e4334baa8d1b2a70aa6cc53fbd40ee (patch)
treede6c505daa98743020b910dec614412b6dcb8a9f /Cargo.lock
parent78e9e32e1357d50313287dd2a3c437132c83aeb6 (diff)
Move pest file generation to dhall/build.rs
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 204d914..555577a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -73,6 +73,7 @@ dependencies = [
name = "dhall"
version = "0.1.0"
dependencies = [
+ "abnf_to_pest 0.1.1",
"bytecount 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",