aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-08 19:55:19 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-08 19:55:27 +0100
commitc927d51fe10a2050e0afd143e300615facd781b7 (patch)
tree9a18b87e29af325e255a4b06825f722131dbbbbe /Cargo.lock
parentf229c795173db98c4552b0af11eb0a1b8c762ecc (diff)
downloadaskama-c927d51fe10a2050e0afd143e300615facd781b7.tar.gz
askama-c927d51fe10a2050e0afd143e300615facd781b7.tar.bz2
askama-c927d51fe10a2050e0afd143e300615facd781b7.zip
Copy type parameters and where clauses (fixes #11)
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 98d0dbe..63305aa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -17,6 +17,7 @@ name = "askama_derive"
version = "0.2.1"
dependencies = [
"nom 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "quote 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.11.8 (registry+https://github.com/rust-lang/crates.io-index)",
]