Skip to content
Snippets Groups Projects
Commit 995a004c authored by Éloïs's avatar Éloïs
Browse files

change libs architecture (dont change code)

parent 00b3de8d
No related branches found
No related tags found
No related merge requests found
Showing
with 26 additions and 27 deletions
......@@ -310,7 +310,6 @@ version = "0.1.0-a0.1"
dependencies = [
"dubp-documents 0.11.0",
"duniter-module 0.1.0-a0.1",
"duniter-network 0.1.0-a0.1",
"dup-crypto 0.5.0",
"durs-wot 0.8.0-a0.9",
"log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
......
[workspace]
members = [
"bin/durs-server",
"lib/blockchain",
"lib/conf",
"lib/core",
"lib/crypto",
"lib/dal",
"lib/documents",
"lib/message",
"lib/module",
"lib/network",
"lib/network-documents",
# "lib/skeleton-module",
"lib/tui",
"lib/wot",
"lib/ws2p",
"lib/ws2p-messages",
"lib/ws2p-v1-legacy"
"lib/core/conf",
"lib/core/core",
"lib/core/message",
"lib/core/module",
"lib/core/network",
"lib/modules/blockchain",
# "lib/modules/skeleton-module",
"lib/modules/tui",
"lib/modules/ws2p",
"lib/modules/ws2p-v1-legacy",
"lib/modules-lib/ws2p/ws2p-messages",
"lib/tools/crypto",
"lib/tools/dal",
"lib/tools/documents",
"lib/tools/network-documents",
"lib/tools/wot",
]
......@@ -6,14 +6,14 @@ description = "DURS (Dividende Universel RuSt) is a new implementation of Dunite
license = "AGPL-3.0"
[dependencies]
duniter-core = { path = "../../lib/core" }
# durs-skeleton-module = { path = "../../lib/skeleton-module" }
durs-ws2p = { path = "../../lib/ws2p" }
durs-ws2p-v1-legacy = { path = "../../lib/ws2p-v1-legacy" }
duniter-core = { path = "../../lib/core/core" }
# durs-skeleton-module = { path = "../../lib/modules/skeleton-module" }
durs-ws2p = { path = "../../lib/modules/ws2p" }
durs-ws2p-v1-legacy = { path = "../../lib/modules/ws2p-v1-legacy" }
structopt= "0.2.*"
[target.'cfg(unix)'.dependencies]
duniter-tui = { path = "../../lib/tui" }
duniter-tui = { path = "../../lib/modules/tui" }
[features]
default = ["ssl"]
......
......@@ -14,8 +14,8 @@ serde = "1.0.*"
serde_derive = "1.0.*"
serde_json = "1.0.*"
dirs = "1.0.2"
dup-crypto = { path = "../crypto" }
dubp-documents= { path = "../documents" }
dup-crypto = { path = "../../tools/crypto" }
dubp-documents= { path = "../../tools/documents" }
rpassword = "1.0.0"
duniter-module = { path = "../module" }
......
File moved
File moved
File moved
File moved
......@@ -10,13 +10,13 @@ path = "lib.rs"
[dependencies]
dirs = "1.0.2"
duniter-blockchain = { path = "../blockchain" }
duniter-blockchain = { path = "../../modules/blockchain" }
duniter-conf = { path = "../conf" }
dup-crypto = { path = "../crypto" }
dup-crypto = { path = "../../tools/crypto" }
duniter-message = { path = "../message" }
duniter-module = { path = "../module" }
duniter-network = { path = "../network" }
durs-network-documents = { path = "../network-documents" }
durs-network-documents = { path = "../../tools/network-documents" }
log = "0.4.*"
log-panics = "2.0.*"
serde = "1.0.*"
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment