Explorar o código

Cargo.toml: Add rand crate where necessary.

parazyd %!s(int64=4) %!d(string=hai) anos
pai
achega
e17b8d0c09
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      Cargo.toml

+ 3 - 0
Cargo.toml

@@ -116,6 +116,7 @@ util = [
 rpc = [
     "async-runtime",
     "async-net",
+    "rand",
     "util",
     "websockets",
     "url",
@@ -131,6 +132,7 @@ tui = [
 ]
 system = [
     "async-runtime",
+    "rand",
 ]
 cli = [
     "toml",
@@ -142,6 +144,7 @@ net = [
     "system",
 ]
 crypto = [
+    "rand",
     "pasta_curves",
     "blake2b_simd",
     "incrementalmerkletree",