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:
parent
c7706156c6
commit
25a541ee0a
|
|
@ -8,6 +8,13 @@ members = [
|
||||||
"radicle-remote-helper",
|
"radicle-remote-helper",
|
||||||
"radicle-httpd"
|
"radicle-httpd"
|
||||||
]
|
]
|
||||||
|
default-members = [
|
||||||
|
"radicle",
|
||||||
|
"radicle-crypto",
|
||||||
|
"radicle-node",
|
||||||
|
"radicle-ssh",
|
||||||
|
"radicle-remote-helper",
|
||||||
|
]
|
||||||
|
|
||||||
[patch.crates-io.nakamoto-net]
|
[patch.crates-io.nakamoto-net]
|
||||||
git = "https://github.com/cloudhead/nakamoto"
|
git = "https://github.com/cloudhead/nakamoto"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue