mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
bin/tau: remove unused dependencies
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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 = [
|
||||
"async-std",
|
||||
"async-trait",
|
||||
"chrono",
|
||||
"clap 3.1.12",
|
||||
"crypto_box",
|
||||
"ctrlc-async",
|
||||
"darkfi",
|
||||
@@ -3998,7 +3995,6 @@ dependencies = [
|
||||
"futures",
|
||||
"hex",
|
||||
"log 0.4.16",
|
||||
"num_cpus",
|
||||
"rand",
|
||||
"serde",
|
||||
"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"
|
||||
|
||||
# Misc
|
||||
clap = {version = "3.1.12", features = ["derive"]}
|
||||
log = "0.4.16"
|
||||
num_cpus = "1.13.1"
|
||||
simplelog = "0.12.0"
|
||||
rand = "0.8.5"
|
||||
chrono = "0.4.19"
|
||||
|
||||
Reference in New Issue
Block a user