-
- Downloads
Change project architecture (no code change)
Showing
- Cargo.lock 1 addition, 1 deletionCargo.lock
- Cargo.toml 17 additions, 39 deletionsCargo.toml
- LICENSE 0 additions, 0 deletionsLICENSE
- bin/durs-server/Cargo.toml 23 additions, 0 deletionsbin/durs-server/Cargo.toml
- bin/durs-server/src/main.rs 0 additions, 0 deletionsbin/durs-server/src/main.rs
- dal/test.db 0 additions, 0 deletionsdal/test.db
- lib/blockchain/Cargo.toml 0 additions, 0 deletionslib/blockchain/Cargo.toml
- lib/blockchain/apply_valid_block.rs 0 additions, 0 deletionslib/blockchain/apply_valid_block.rs
- lib/blockchain/check_and_apply_block.rs 0 additions, 0 deletionslib/blockchain/check_and_apply_block.rs
- lib/blockchain/clippy.toml 0 additions, 0 deletionslib/blockchain/clippy.toml
- lib/blockchain/dbex.rs 0 additions, 0 deletionslib/blockchain/dbex.rs
- lib/blockchain/lib.rs 0 additions, 0 deletionslib/blockchain/lib.rs
- lib/blockchain/revert_block.rs 0 additions, 0 deletionslib/blockchain/revert_block.rs
- lib/blockchain/sync.rs 0 additions, 0 deletionslib/blockchain/sync.rs
- lib/blockchain/ts_parsers.rs 0 additions, 0 deletionslib/blockchain/ts_parsers.rs
- lib/conf/Cargo.toml 0 additions, 0 deletionslib/conf/Cargo.toml
- lib/conf/keys.rs 0 additions, 0 deletionslib/conf/keys.rs
- lib/conf/lib.rs 0 additions, 0 deletionslib/conf/lib.rs
- lib/conf/test/conf.json 0 additions, 0 deletionslib/conf/test/conf.json
- lib/conf/test/keypairs.json 0 additions, 0 deletionslib/conf/test/keypairs.json
[package] | ||
name = "durs" | ||
version = "0.1.0-a0.1" | ||
authors = ["librelois <elois@duniter.org>","nanocryk <nanocryk@duniter.org>"] | ||
description = "DUniter-RS (durs) is a new implementation of Duniter protocol and software in Rust, a safe, concurrent, practical language" | ||
license = "AGPL-3.0" | ||
[dependencies] | ||
duniter-core = { path = "./core" } | ||
# durs-skeleton-module = { path = "./skeleton-module" } | ||
durs-ws2p = { path = "./ws2p" } | ||
durs-ws2p-v1-legacy = { path = "./ws2p-v1-legacy" } | ||
structopt= "0.2.*" | ||
[target.'cfg(unix)'.dependencies] | ||
duniter-tui = { path = "./tui" } | ||
[features] | ||
default = ["ssl"] | ||
ssl = ["durs-ws2p-v1-legacy/ssl"] | ||
# Treat warnings as a build error. | ||
strict = [] | ||
[workspace] | ||
members = [ | ||
"blockchain", | ||
"conf", | ||
"core", | ||
"crypto", | ||
"dal", | ||
"documents", | ||
"message", | ||
"module", | ||
"network", | ||
"network-documents", | ||
# "skeleton-module", | ||
"tui", | ||
"wot", | ||
"ws2p", | ||
"ws2p-messages", | ||
"ws2p-v1-legacy" | ||
"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" | ||
] |
File moved
bin/durs-server/Cargo.toml
0 → 100644
File moved
dal/test.db
deleted
100644 → 0
File deleted
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
Please register or sign in to comment