Replace num_cpus crate with stdlib alternative.

This commit is contained in:
parazyd
2023-05-19 09:59:55 +02:00
parent 4f9e3c902e
commit 6cddfac05f
10 changed files with 137 additions and 193 deletions

View File

@@ -15,6 +15,5 @@ ctrlc = "3.2.5"
darkfi = {path = "../../"}
darkfi-sdk = {path = "../../src/sdk"}
indicatif = "0.17.3"
num_cpus = "1.15.0"
rand = "0.8.5"
rayon = "1.7.0"