1
1
[workspace ]
2
2
resolver = " 3"
3
- members = [ " crates/bcr-ebill-web" , " crates/bcr-ebill-core" , " crates/bcr-ebill-api" , " crates/bcr-ebill-persistence" , " crates/bcr-ebill-transport" , " crates/bcr-ebill-wasm" ]
3
+ members = [
4
+ " crates/bcr-ebill-web" ,
5
+ " crates/bcr-ebill-core" ,
6
+ " crates/bcr-ebill-api" ,
7
+ " crates/bcr-ebill-persistence" ,
8
+ " crates/bcr-ebill-transport" ,
9
+ " crates/bcr-ebill-wasm" ,
10
+ ]
4
11
5
12
6
13
[workspace .dependencies ]
@@ -9,8 +16,12 @@ borsh = "1.5"
9
16
borsh-derive = " 1.5"
10
17
env_logger = { version = " 0.11" , default-features = false }
11
18
log = { version = " 0.4" , features = [" serde" ] }
12
- chrono = { version = " 0.4" , default-features = false , features = [" serde" , " clock" ] }
19
+ chrono = { version = " 0.4" , default-features = false , features = [
20
+ " serde" ,
21
+ " clock" ,
22
+ ] }
13
23
tokio = { version = " 1.43" , default-features = false , features = [" rt" ] }
24
+ tokio_with_wasm = { version = " 0.8.2" , features = [" rt" ] }
14
25
async-trait = " 0.1"
15
26
serde_json = " 1"
16
27
serde = { version = " 1" , default-features = false , features = [" derive" ] }
@@ -20,10 +31,10 @@ anyhow = { version = "1", default-features = false }
20
31
thiserror = { version = " 2" , default-features = false }
21
32
lazy_static = " 1.5"
22
33
uuid = { version = " 1" , default-features = false , features = [" v4" , " js" ] }
23
- bitcoin = { version = " 0.32" , default-features = false }
34
+ bitcoin = { version = " 0.32" , default-features = false }
24
35
bip39 = { version = " 2.1" , features = [" rand" ] }
25
36
ecies = { version = " 0.2" , default-features = false , features = [" pure" ] }
26
- nostr-sdk = { version = " 0.39 " , features = [" nip59" ] }
37
+ nostr-sdk = { version = " 0.40 " , features = [" nip59" ] }
27
38
getrandom = { version = " 0.3.1" , features = [" wasm_js" ] }
28
39
reqwest = { version = " 0.12" , default-features = false , features = [" json" ] }
29
40
async-broadcast = " 0.7.2"
0 commit comments