move daod and dao-cli to dao folder, and rename dao-cli to dao

This commit is contained in:
Dastan-glitch
2022-09-07 02:39:36 +03:00
parent 4e4ae9914e
commit d4c3b2f5e5
50 changed files with 9 additions and 8 deletions

2
.gitignore vendored
View File

@@ -9,7 +9,7 @@
/tmp/*
/cashierd
/dao-cli
/dao
/daod
/darkfid
/darkotc

2
Cargo.lock generated
View File

@@ -1114,7 +1114,7 @@ dependencies = [
]
[[package]]
name = "dao-cli"
name = "dao"
version = "0.3.0"
dependencies = [
"async-channel",

View File

@@ -29,8 +29,8 @@ members = [
"bin/ircd",
#"bin/irc-raft",
"bin/dnetview",
"bin/daod",
"bin/dao-cli",
"bin/dao/daod",
"bin/dao/dao-cli",
"bin/tau/taud",
"bin/tau/tau-cli",
"bin/vanityaddr",

View File

@@ -23,7 +23,7 @@ BINDEPS = \
# ZK proofs to compile with zkas
PROOFS = \
$(shell find bin/daod/proof -type f -name '*.zk') \
$(shell find bin/dao/daod/proof -type f -name '*.zk') \
$(shell find proof -type f -name '*.zk') \
example/simple.zk

1
bin/dao/README.md Normal file
View File

@@ -0,0 +1 @@
# DAO

View File

@@ -1,10 +1,10 @@
[package]
name = "dao-cli"
name = "dao"
version = "0.3.0"
edition = "2021"
[dependencies.darkfi]
path = "../../"
path = "../../../"
features = ["rpc"]
[dependencies]

0
bin/dao/dao_config.toml Normal file
View File

View File

@@ -4,7 +4,7 @@ version = "0.3.0"
edition = "2021"
[dependencies.darkfi]
path = "../../"
path = "../../../"
features = ["rpc", "crypto", "tx", "node"]
[dependencies]