aboutsummaryrefslogtreecommitdiffstats
path: root/askama_codegen/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2016-12-22 16:20:13 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2016-12-22 16:20:13 +0100
commit062500ef0c4b586dfe0a7e9508f0b11d4fd55703 (patch)
treeab7d3c76aa9b6589d1bb9568384963a94ffb3107 /askama_codegen/Cargo.toml
parente619345766e98578929061e566178010c171df48 (diff)
downloadaskama-062500ef0c4b586dfe0a7e9508f0b11d4fd55703.tar.gz
askama-062500ef0c4b586dfe0a7e9508f0b11d4fd55703.tar.bz2
askama-062500ef0c4b586dfe0a7e9508f0b11d4fd55703.zip
Attempt at grabbing template source from file
Diffstat (limited to '')
-rw-r--r--askama_codegen/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/askama_codegen/Cargo.toml b/askama_codegen/Cargo.toml
index 29043aa..860f930 100644
--- a/askama_codegen/Cargo.toml
+++ b/askama_codegen/Cargo.toml
@@ -6,6 +6,7 @@ authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
[dependencies]
syn = "0.10"
quote = "0.3"
+nom = "2.0"
[lib]
proc-macro = true