From 606c48c75264e5051291a5bfc53485133d066ce9 Mon Sep 17 00:00:00 2001 From: rishflab Date: Tue, 3 Nov 2020 10:55:54 +1100 Subject: [PATCH] Format swap crate Cargo.toml --- .github/workflows/ci.yml | 1 + swap/Cargo.toml | 7 +------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd8a6c30..4920d97f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,7 @@ jobs: cargo tomlfmt -d -p Cargo.toml cargo tomlfmt -d -p xmr-btc/Cargo.toml cargo tomlfmt -d -p monero-harness/Cargo.toml + cargo tomlfmt -d -p swap/Cargo.toml - name: Check code formatting run: cargo fmt --all -- --check diff --git a/swap/Cargo.toml b/swap/Cargo.toml index 5b9c18de..a92615f4 100644 --- a/swap/Cargo.toml +++ b/swap/Cargo.toml @@ -32,8 +32,7 @@ structopt = "0.3" tempfile = "3" time = "0.2" tokio = { version = "0.2", features = ["rt-threaded", "time", "macros", "sync"] } -#torut = { version = "0.1", optional = true } -torut = { version = "0.1"} +torut = { version = "0.1" } tracing = { version = "0.1", features = ["attributes"] } tracing-core = "0.1" tracing-futures = { version = "0.2", features = ["std-future", "futures-03"] } @@ -49,7 +48,3 @@ port_check = "0.1" spectral = "0.6" tempfile = "3" testcontainers = "0.10" - -#[features] -#default = [] -#tor = ["torut"]