summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNadrieril2019-12-21 23:00:52 +0000
committerNadrieril2019-12-21 23:00:52 +0000
commitbe9510bc21724077fd27dcdb3825557475a6bb44 (patch)
tree150b015ee7242a14fc064b65956a0c98c73706b1 /Cargo.lock
parenta588b946ecc9881090ae52e1a1cf81f4607f3426 (diff)
Generate parser manually to make the crate publishable
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ffdf17b..29aba92 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -80,7 +80,9 @@ dependencies = [
"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 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "pest_generator 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_cbor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",