mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
add cfg_if crate to check which feature is enabled
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1345,6 +1345,7 @@ dependencies = [
|
||||
"bls12_381",
|
||||
"bs58 0.4.0",
|
||||
"bytes 1.1.0",
|
||||
"cfg-if 1.0.0",
|
||||
"clap",
|
||||
"crypto_api_chachapoly",
|
||||
"ctrlc",
|
||||
|
||||
@@ -50,6 +50,7 @@ ctrlc = "3.1.7"
|
||||
serde_json = "1.0.61"
|
||||
owning_ref = "0.4.1"
|
||||
signal-hook = "0.3.8"
|
||||
cfg-if = "1.0.0"
|
||||
|
||||
smol = "1.2.4"
|
||||
futures = "0.3.5"
|
||||
|
||||
Reference in New Issue
Block a user