mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-31 15:20:15 +00:00
471baf7c49
This is fairly bare-bones for now and only contains one piece of functionality: choosing random key offsets. More functionality for actually signing Monero transactions will be added later.
6 lines
254 B
TOML
6 lines
254 B
TOML
[workspace]
|
|
members = [ "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" ] }
|