xmr-btc-swap/swap
bors[bot] 1244b30094
Merge #459
459: Use dprint for formatting Cargo.toml files r=thomaseizinger a=thomaseizinger

Invoking cargo tomlfmt on all files is a PITA and as we can see from
the CI scripts, it is often forgotten to as new crates are added to
the workspace.

Using dprint for toml files fixes this.

Unfortunately, we can't use dprint for Rust code yet because there
hasn't been a release of rustfmt in quite a while but we are already
using features from a newer rustfmt via rustup.

Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
2021-04-30 01:19:40 +00:00
..
src Peer check for incoming transfer proofs 2021-04-29 18:28:14 +10:00
tests Add support for swapping through Tor. 2021-04-27 14:51:41 +10:00
Cargo.toml Use dprint for formatting Cargo.toml files 2021-04-29 17:35:02 +10:00