summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNadrieril2019-09-11 21:10:38 +0200
committerNadrieril2019-09-11 21:10:38 +0200
commit810a3d8066c2efed3f7c74cfb171d17988168080 (patch)
tree74424ede0dcdc81b9754a1e47239f06f1ecf316f /Cargo.lock
parentf1a4d315de5be701f29beb7d3c32af2e96f967b6 (diff)
Add an example to pest_consume
Diffstat (limited to '')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 017e1b2..82212fe 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -244,6 +244,7 @@ version = "0.1.0"
dependencies = [
"pest 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"pest_consume_macros 0.1.0",
+ "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
]