From 4c8c773c84a48963e892c72f38f37bcb99b6eb74 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 3 Jan 2017 10:01:16 +0100 Subject: Rename askama_codegen to askama_derive This appears to be best practice for crates using macros 1.1. --- askama_test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_test/Cargo.toml') diff --git a/askama_test/Cargo.toml b/askama_test/Cargo.toml index 8d01793..63896b7 100644 --- a/askama_test/Cargo.toml +++ b/askama_test/Cargo.toml @@ -5,5 +5,5 @@ authors = ["Dirkjan Ochtman "] workspace = ".." [dependencies] -askama_codegen = { path = "../askama_codegen" } +askama_derive = { path = "../askama_derive" } askama = { path = "../askama" } -- cgit