mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-28 11:40:42 -05:00
refactor(workspace): swap-fs, swap-serde, swap-env crates (#459)
* refactor: Remove monero-wallet crate * refactor: swap-fs, swap-env, swap-serde subcrates, move dependencies into workspace root * remove unrelated diff * remove uncommented code * remove unncessary diff * merge * refactor: remove env.rs, fix clippy error
This commit is contained in:
parent
e29dd4dcf2
commit
bc96586acf
53 changed files with 1074 additions and 924 deletions
|
|
@ -7,11 +7,11 @@ edition = "2021"
|
|||
[dependencies]
|
||||
backoff = { version = "0.4", features = ["tokio"] }
|
||||
bdk_electrum = { version = "0.19", default-features = false, features = ["use-rustls-ring"] }
|
||||
bitcoin = { version = "0.32", features = ["rand", "serde"] }
|
||||
futures = { version = "0.3", default-features = false, features = ["std"] }
|
||||
bitcoin = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
once_cell = "1.19"
|
||||
tokio = { version = "1", features = ["rt-multi-thread", "time", "macros", "sync"] }
|
||||
tracing = { version = "0.1", features = ["attributes"] }
|
||||
tokio = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1"
|
||||
serde_json = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue