mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
Cargo.toml: Add rand crate where necessary.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user