xmr-btc-swap/swap
Thomas Eizinger 1820139786
Use dprint for formatting Cargo.toml files
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.
2021-04-29 17:35:02 +10:00
..
src Simplify to_address_string by implying more context on the structure. 2021-04-28 16:21:31 +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