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 /askama_derive/Cargo.toml | |
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 '')
-rw-r--r-- | askama_derive/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml index 605c40f..6e0cc3c 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -14,3 +14,4 @@ proc-macro = true [dependencies] nom = "2.1" syn = "0.11" +quote = "0.3" |