Browse Source

update Cargo.toml and Cargo.lock

Dastan-glitch 4 years ago
parent
commit
24798b0a81
2 changed files with 40 additions and 0 deletions
  1. 38 0
      Cargo.lock
  2. 2 0
      Cargo.toml

+ 38 - 0
Cargo.lock

@@ -5272,6 +5272,44 @@ dependencies = [
  "xattr",
 ]
 
+[[package]]
+name = "taucli"
+version = "0.1.0"
+dependencies = [
+ "async-channel",
+ "async-executor",
+ "async-std",
+ "async-trait",
+ "clap 3.0.7",
+ "darkfi",
+ "easy-parallel",
+ "futures",
+ "log",
+ "num_cpus",
+ "serde_json",
+ "simplelog",
+ "smol",
+ "url",
+]
+
+[[package]]
+name = "taud"
+version = "0.1.0"
+dependencies = [
+ "async-channel",
+ "async-executor",
+ "async-std",
+ "async-trait",
+ "darkfi",
+ "easy-parallel",
+ "futures",
+ "log",
+ "num_cpus",
+ "serde_json",
+ "simplelog",
+ "smol",
+]
+
 [[package]]
 name = "tempfile"
 version = "3.3.0"

+ 2 - 0
Cargo.toml

@@ -22,6 +22,8 @@ members = [
     "bin/dnetview",
     "bin/daod",
     "bin/dao-cli",
+    "bin/taud",
+    "bin/tau-cli"
 ]
 
 [dependencies]