fix(network, p2p): Wasm compilation (#10278)

This commit is contained in:
Alexey Shekhirin
2024-08-12 15:46:54 -07:00
committed by GitHub
parent c9af0847c4
commit 3d5c4b7e39
4 changed files with 64 additions and 31 deletions

View File

@ -27,8 +27,8 @@ tokio = { workspace = true, features = ["sync"] }
# misc
auto_impl.workspace = true
thiserror.workspace = true
tracing.workspace = true
derive_more.workspace = true
parking_lot = { workspace = true, optional = true }