aboutsummaryrefslogtreecommitdiffstats
path: root/askama_codegen/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'askama_codegen/Cargo.toml')
-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