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"