diff options
Diffstat (limited to 'askama_codegen/Cargo.toml')
-rw-r--r-- | askama_codegen/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/askama_codegen/Cargo.toml b/askama_codegen/Cargo.toml new file mode 100644 index 0000000..29043aa --- /dev/null +++ b/askama_codegen/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "askama_codegen" +version = "0.1.0" +authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] + +[dependencies] +syn = "0.10" +quote = "0.3" + +[lib] +proc-macro = true |