Commit f7fe331 1 parent ec48190 commit f7fe331 Copy full SHA for f7fe331
File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,15 @@ repository = "https://github.com/nervosnetwork/ckb"
10
10
11
11
[dependencies ]
12
12
ckb-logger = { path = " ../util/logger" , version = " = 0.120.0-pre" }
13
- ckb-app-config = { path = " ../util/app-config" , version = " = 0.120.0-pre" }
13
+ ckb-app-config = { path = " ../util/app-config" , version = " = 0.120.0-pre" }
14
14
ckb-types = { path = " ../util/types" , version = " = 0.120.0-pre" }
15
15
ckb-stop-handler = { path = " ../util/stop-handler" , version = " = 0.120.0-pre" }
16
16
ckb-async-runtime = { path = " ../util/runtime" , version = " = 0.120.0-pre" }
17
+
18
+ [target .'cfg(target_family = "wasm")' .dependencies ]
17
19
tokio = { version = " 1" , features = [" sync" ] }
18
20
21
+ [target .'cfg(not(target_family = "wasm"))' .dependencies ]
22
+ tokio = { version = " 1" , features = [" sync" , " process" ] }
23
+
19
24
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments