From d9cedca33591dd15f523b7523869420b1a700271 Mon Sep 17 00:00:00 2001 From: Florian Briand Date: Sat, 6 Jul 2024 20:04:56 +0200 Subject: [PATCH] fixup! chore: Setup clego sub project --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 861b9f6..761d36a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [workspace] members = [ - "frontoffice", + "webapp", "clego", "tauri", -] \ No newline at end of file +] +resolver = "2"