Преглед изворни кода

add net feature to rpc module

ghassmo пре 4 година
родитељ
комит
7a883a3987
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -188,6 +188,7 @@ rpc = [
     "async-runtime",
     "websockets",
     "util",
+	"net",
 ]
 
 blockchain = [