From 25a541ee0aa96323bc9ba05e98234ff372dc94ca Mon Sep 17 00:00:00 2001 From: Alexis Sellier Date: Thu, 3 Nov 2022 16:24:38 +0100 Subject: [PATCH] Scope down default-members We don't need to build everything by default, just the core set of libraries. Signed-off-by: Alexis Sellier --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d299b057..0c28f659 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,13 @@ members = [ "radicle-remote-helper", "radicle-httpd" ] +default-members = [ + "radicle", + "radicle-crypto", + "radicle-node", + "radicle-ssh", + "radicle-remote-helper", +] [patch.crates-io.nakamoto-net] git = "https://github.com/cloudhead/nakamoto"