xmr-btc-swap/Cargo.toml

9 lines
607 B
TOML
Raw Normal View History

[workspace]
2021-04-12 18:55:38 -04:00
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" ] }
2021-05-20 02:39:09 -04:00
monero = { git = "https://github.com/comit-network/monero-rs", rev = "2fe0280c5c8a6fadcd8fed780875e1a9e830e57e" }
2021-05-19 00:08:00 -04:00
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" }