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