Format swap crate Cargo.toml

pull/34/head
rishflab 4 years ago
parent 796d0b3439
commit 606c48c752

@ -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

@ -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"]

Loading…
Cancel
Save