43 lines
961 B
TOML
43 lines
961 B
TOML
[workspace]
|
|
members = [
|
|
"radicle",
|
|
"radicle-cob",
|
|
"radicle-cli",
|
|
"radicle-crdt",
|
|
"radicle-crypto",
|
|
"radicle-httpd",
|
|
"radicle-node",
|
|
"radicle-remote-helper",
|
|
"radicle-ssh",
|
|
"radicle-tools",
|
|
]
|
|
default-members = [
|
|
"radicle",
|
|
"radicle-cli",
|
|
"radicle-cob",
|
|
"radicle-crdt",
|
|
"radicle-crypto",
|
|
"radicle-node",
|
|
"radicle-ssh",
|
|
"radicle-remote-helper",
|
|
]
|
|
|
|
[patch.crates-io.nakamoto-net]
|
|
git = "https://github.com/cloudhead/nakamoto"
|
|
rev = "90cc3eac67aa5cfd5f42cf7cb1e2b155af3214fb"
|
|
version = "0.3.0"
|
|
|
|
[patch.crates-io.nakamoto-net-poll]
|
|
git = "https://github.com/cloudhead/nakamoto"
|
|
rev = "90cc3eac67aa5cfd5f42cf7cb1e2b155af3214fb"
|
|
version = "0.3.0"
|
|
|
|
[patch.crates-io.cyphernet]
|
|
git = "https://github.com/internet2-wg/rust-cyphernet"
|
|
rev = "dee03a95abe4c964e5d9f8532c7dc76998dfeea7"
|
|
version = "0.1.0"
|
|
|
|
[patch.crates-io.radicle-git-ext]
|
|
git = "https://github.com/radicle-dev/radicle-git"
|
|
rev = "d3115a22158c8395705babefdc89049f7510d32d"
|