Skip to content

Commit 981da5c

Browse files
committed
format cargo toml
1 parent 9e8dd48 commit 981da5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bitcoin-da/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ async-trait = { workspace = true, optional = true }
2020
backoff = { workspace = true, optional = true }
2121
bitcoin = { workspace = true }
2222
borsh = { workspace = true }
23+
clementine-tx-sender = { workspace = true, optional = true, features = ["citrea", "standalone", "testing"] }
2324
crypto-bigint = { workspace = true }
2425
futures = { workspace = true, optional = true }
2526
hex = { workspace = true, features = ["serde"] }
@@ -38,7 +39,6 @@ sha2 = { workspace = true }
3839
thiserror = { workspace = true }
3940
tokio = { workspace = true, features = ["full"], optional = true }
4041
tracing = { workspace = true, optional = true }
41-
clementine-tx-sender = { workspace = true, optional = true, features = ["citrea", "standalone", "testing"] }
4242

4343
bitcoincore-rpc = { workspace = true, optional = true }
4444

0 commit comments

Comments
 (0)