mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
9 lines
607 B
TOML
9 lines
607 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", rev = "2fe0280c5c8a6fadcd8fed780875e1a9e830e57e" }
|
|
monero-epee-bin-serde = { git = "https://github.com/comit-network/monero-epee-bin-serde" }
|
|
curve25519-dalek = { git = "https://github.com/thomaseizinger/curve25519-dalek", rev = "8cc9ad36bd30ceab6073ff64655473c6b5aa4aab" }
|