38 lines
741 B
TOML
38 lines
741 B
TOML
[workspace]
|
|
members = [
|
|
"radicle",
|
|
"radicle-cob",
|
|
"radicle-cli",
|
|
"radicle-crdt",
|
|
"radicle-crypto",
|
|
"radicle-dag",
|
|
"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",
|
|
]
|
|
|
|
[profile.container]
|
|
inherits = "release"
|
|
debug = true
|
|
incremental = false
|
|
|
|
[patch.crates-io.radicle-git-ext]
|
|
git = "https://github.com/radicle-dev/radicle-git"
|
|
rev = "016ece66474edf45d2d304141515152e6f7b37a3"
|
|
|
|
[patch.crates-io.git-ref-format]
|
|
git = "https://github.com/radicle-dev/radicle-git"
|
|
rev = "016ece66474edf45d2d304141515152e6f7b37a3"
|