mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-05 21:14:32 -04:00
Add Tor feature flag and only run test if enabled
This commit is contained in:
parent
5e19949d71
commit
295216a8ee
4 changed files with 77 additions and 64 deletions
|
@ -49,5 +49,6 @@ pub mod alice;
|
|||
pub mod bitcoin;
|
||||
pub mod bob;
|
||||
pub mod monero;
|
||||
#[cfg(feature = "tor")]
|
||||
pub mod tor;
|
||||
pub mod transport;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue