diff options
author | 2017-01-03 10:01:16 +0100 | |
---|---|---|
committer | 2017-01-03 10:01:16 +0100 | |
commit | 4c8c773c84a48963e892c72f38f37bcb99b6eb74 (patch) | |
tree | 7ea8dd95e81bd40c1b24bb9143cbe865005b1ae0 /askama_codegen/Cargo.toml | |
parent | 3e7983d7af8d19393507e50778b818f8dcf24b91 (diff) | |
download | askama-4c8c773c84a48963e892c72f38f37bcb99b6eb74.tar.gz askama-4c8c773c84a48963e892c72f38f37bcb99b6eb74.tar.bz2 askama-4c8c773c84a48963e892c72f38f37bcb99b6eb74.zip |
Rename askama_codegen to askama_derive
This appears to be best practice for crates using macros 1.1.
Diffstat (limited to 'askama_codegen/Cargo.toml')
-rw-r--r-- | askama_codegen/Cargo.toml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/askama_codegen/Cargo.toml b/askama_codegen/Cargo.toml deleted file mode 100644 index 860f930..0000000 --- a/askama_codegen/Cargo.toml +++ /dev/null @@ -1,12 +0,0 @@ -[package] -name = "askama_codegen" -version = "0.1.0" -authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] - -[dependencies] -syn = "0.10" -quote = "0.3" -nom = "2.0" - -[lib] -proc-macro = true |