mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
7 lines
364 B
TOML
7 lines
364 B
TOML
[workspace]
|
|
members = ["monero-adaptor", "monero-harness", "monero-rpc", "swap", "monero-wallet"]
|
|
|
|
[patch.crates-io]
|
|
torut = { git = "https://github.com/bonomat/torut/", branch = "feature-flag-tor-secret-keys", default-features = false, features = [ "v3", "control" ] }
|
|
monero = { git = "https://github.com/comit-network/monero-rs", branch = "ecdh_recover_mask" }
|