diff options
Diffstat (limited to '')
-rw-r--r-- | askama_derive/Cargo.toml (renamed from askama_codegen/Cargo.toml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_codegen/Cargo.toml b/askama_derive/Cargo.toml index 860f930..9f525f4 100644 --- a/askama_codegen/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "askama_codegen" +name = "askama_derive" version = "0.1.0" authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] |