aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-08-18 21:11:08 +0100
committerAleksey Kladov <[email protected]>2019-08-18 21:11:08 +0100
commit8cefdb5527d011d7d5ca2902791b7c3da0276fec (patch)
treeb40d906a23b8ffa37b40edd4916a13fd9e6f4ab0 /Cargo.lock
parentd545a5c75cb181758dd745b031eacfd7fc8a6929 (diff)
use quote! macro to generate grammar
We already use syn&quote elsewhere (transitively), so it make sense to cut down on the number of technologies and get rid of tera
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 e7354e937..530764c37 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1362,6 +1362,7 @@ name = "ra_tools"
1362version = "0.1.0" 1362version = "0.1.0"
1363dependencies = [ 1363dependencies = [
1364 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", 1364 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
1365 "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
1365 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 1366 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1366 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 1367 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1367 "ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 1368 "ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",