From b56c11639f9ea5ef1354a1e91ca98541a16bca9b Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 28 Jan 2020 21:26:13 +0100 Subject: Move Actix-Web integration into separate askama_actix crate --- Cargo.toml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 286fd1e..379729d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,2 +1,16 @@ [workspace] -members = ["askama", "askama_derive", "askama_escape", "askama_shared", "testing"] +members = [ + "askama", + "askama_actix", + "askama_derive", + "askama_escape", + "askama_shared", + "testing", +] +default-members = [ + "askama", + "askama_derive", + "askama_escape", + "askama_shared", + "testing", +] -- cgit