From 21742a231758f7aab0ba2c00cfc9affa23297334 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sun, 14 May 2023 22:42:57 +0200 Subject: [PATCH] fix: add root project in default-members --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 77a1561..d77de7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ members = [ ] # Don't build the CLI tool by default default-members = [ + ".", "affluences-api", ]