Scope down default-members

We don't need to build everything by default, just the
core set of libraries.

Signed-off-by: Alexis Sellier <alexis@radicle.xyz>
This commit is contained in:
Alexis Sellier 2022-11-03 16:24:38 +01:00
parent c7706156c6
commit 25a541ee0a
No known key found for this signature in database
1 changed files with 7 additions and 0 deletions

View File

@ -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"