@@ -20,6 +20,7 @@ bitcoin = { version = "0.29.2", default-features = false, features = ["std", "se
20
20
bdk = { version = " =1.0.0-alpha.1" }
21
21
bdk_esplora = { version = " =0.3.0" , default-features = false , features = [" std" , " async-https" ] }
22
22
bdk_chain = { version = " =0.5.0" , features = [" std" ] }
23
+ bdk_coin_select = " 0.1.1"
23
24
bdk-macros = " 0.6.0"
24
25
getrandom = { version = " 0.2" }
25
26
itertools = " 0.11.0"
@@ -38,8 +39,8 @@ futures-util = { version = "0.3", default-features = false }
38
39
reqwest = { version = " 0.11" , default-features = false , features = [" json" ] }
39
40
async-trait = " 0.1.68"
40
41
url = { version = " 2.3.1" , features = [" serde" ] }
41
- nostr = { version = " 0.24 .0" , default-features = false , features = [" nip47" ] }
42
- nostr-sdk = { version = " 0.24 .0" , default-features = false }
42
+ nostr = { version = " 0.26 .0" , default-features = false , features = [" nip47" ] }
43
+ nostr-sdk = { version = " 0.26 .0" , default-features = false }
43
44
cbc = { version = " 0.1" , features = [" alloc" ] }
44
45
aes = { version = " 0.8" }
45
46
jwt-compact = { version = " 0.8.0-beta.1" , features = [" es256k" ] }
@@ -67,6 +68,11 @@ futures = "0.3.25"
67
68
thiserror = " 1.0"
68
69
anyhow = " 1.0"
69
70
71
+ dlc = { git = " https://github.com/benthecarman/rust-dlc" , branch = " mutiny" , features = [" use-serde" ] }
72
+ dlc-manager = { git = " https://github.com/benthecarman/rust-dlc" , branch = " mutiny" , features = [" use-serde" ] }
73
+ dlc-messages = { git = " https://github.com/benthecarman/rust-dlc" , branch = " mutiny" , features = [ " use-serde" ] }
74
+ dlc-trie = { git = " https://github.com/benthecarman/rust-dlc" , branch = " mutiny" , features = [" use-serde" ] }
75
+
70
76
[dev-dependencies ]
71
77
wasm-bindgen-test = " 0.3.33"
72
78
mockall = " 0.11.2"
0 commit comments