@@ -3965,11 +3965,9 @@ dependencies = [
"async-std",
"async-trait",
"chrono",
- "clap 3.1.12",
"darkfi",
"futures",
"log 0.4.16",
- "num_cpus",
"prettytable-rs",
"rand",
"serde",
@@ -3990,7 +3988,6 @@ dependencies = [
"crypto_box",
"ctrlc-async",
@@ -3998,7 +3995,6 @@ dependencies = [
"hex",
"serde_json",
@@ -15,9 +15,7 @@ async-channel = "1.6.1"
async-executor = "1.4.1"
# Misc
-clap = {version = "3.1.12", features = ["derive"]}
log = "0.4.16"
-num_cpus = "1.13.1"
simplelog = "0.12.0"
url = "2.2.2"
chrono = "0.4.19"
@@ -3,9 +3,7 @@ name = "taud"
version = "0.3.0"
edition = "2021"
-
[dependencies]
darkfi = { path = "../../../", features = ["rpc", "raft", "net"]}
# Async
@@ -18,9 +16,7 @@ easy-parallel = "3.2.0"
futures = "0.3.21"
rand = "0.8.5"