From 523e897138e5e7ab0faa5a1f8bf42ee45a59cc37 Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Thu, 7 Sep 2023 09:34:16 +0200 Subject: [PATCH] Servoshell as default member (#30310) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 801a8ba33bf..394e29fe8e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ members = [ "ports/libsimpleservo/jniapi/", "tests/unit/*", ] +default-members = ["ports/servoshell"] exclude = [".cargo"] [workspace.dependencies]