diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-08 19:55:19 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-08 19:55:27 +0100 |
commit | c927d51fe10a2050e0afd143e300615facd781b7 (patch) | |
tree | 9a18b87e29af325e255a4b06825f722131dbbbbe /Cargo.lock | |
parent | f229c795173db98c4552b0af11eb0a1b8c762ecc (diff) | |
download | askama-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.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)", ] |