diff options
Diffstat (limited to 'askama_derive/Cargo.toml')
-rw-r--r-- | askama_derive/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml index 210a5b7..e9bfa66 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -3,9 +3,9 @@ name = "askama_derive" version = "0.1.0" authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] +[lib] +proc-macro = true + [dependencies] syn = "0.10" nom = "2.0" - -[lib] -proc-macro = true |