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:
Mohan 2025-07-14 22:05:43 +02:00 committed by GitHub
parent e29dd4dcf2
commit bc96586acf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
53 changed files with 1074 additions and 924 deletions

View file

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