From c1c788f87f2eb623b1175bbd78f4135431cf1935 Mon Sep 17 00:00:00 2001 From: joaoviictorti Date: Sun, 22 Sep 2024 23:54:33 -0300 Subject: [PATCH] Small fix --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 137f555..8cedf96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,2 +1,3 @@ [workspace] -members = ["client", "shared"] \ No newline at end of file +members = ["client", "shared"] +exclude = ["driver"] \ No newline at end of file