Use a log statement for which wasm is used

This commit is contained in:
Luke Parker
2024-05-25 19:38:32 -04:00
parent 294212238f
commit 51f7e047a3
3 changed files with 7 additions and 2 deletions

View File

@@ -20,10 +20,11 @@ workspace = true
name = "serai-node"
[dependencies]
rand_core = "0.6"
zeroize = "1"
hex = "0.4"
log = "0.4"
rand_core = "0.6"
schnorrkel = "0.11"
libp2p = "0.52"