Cargo.toml: Add rand crate where necessary.

This commit is contained in:
parazyd
2022-01-13 13:34:03 +01:00
parent ad30d6e456
commit e17b8d0c09

View File

@@ -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",