Add CI testing for lightning-custom-message crate
[rust-lightning] / lightning-transaction-sync / Cargo.toml
index 484616c198e7d70b98c3b4236f26025d19db0dfa..ae29753ecc4381663dad9599353dc888afabf449 100644 (file)
@@ -25,3 +25,9 @@ bitcoin = "0.29.0"
 bdk-macros = "0.6"
 futures = { version = "0.3", optional = true }
 esplora-client = { version = "0.3.0", default-features = false, optional = true }
+
+[dev-dependencies]
+electrsd = { version = "0.22.0", features = ["legacy", "esplora_a33e97e1", "bitcoind_23_0"] }
+electrum-client = "0.12.0"
+once_cell = "1.16.0"
+tokio = { version = "1.14.0", features = ["full"] }