[enh] add plugins cli injection
Showing
... | ... | @@ -7,14 +7,16 @@ license = "AGPL-3.0" |
[dependencies] | ||
duniter-core = { path = "./core" } | ||
duniter-tui = { path = "./tui", optional = true } | ||
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 = ["tui","ssl"] | ||
default = ["ssl"] | ||
ssl = ["durs-ws2p-v1-legacy/ssl"] | ||
tui = ["duniter-tui"] | ||
# Treat warnings as a build error. | ||
strict = [] | ||
... | ... |
core/cli/dbex.rs
0 → 100644
core/cli/mod.rs
0 → 100644
core/cli/modules.rs
0 → 100644
core/cli/reset.rs
0 → 100644
core/cli/start.rs
0 → 100644
core/cli/sync.rs
0 → 100644
This diff is collapsed.