-
- Downloads
Merge branch 'duniter-launcher' into dev
Showing
- .cargo/config 2 additions, 0 deletions.cargo/config
- .gitignore 4 additions, 2 deletions.gitignore
- .gitlab-ci.yml 4 additions, 2 deletions.gitlab-ci.yml
- .gitlab/test/check_indexes.sh 3 additions, 3 deletions.gitlab/test/check_indexes.sh
- .rusty-hook.toml 5 additions, 0 deletions.rusty-hook.toml
- Cargo.lock 398 additions, 4 deletionsCargo.lock
- Cargo.toml 29 additions, 0 deletionsCargo.toml
- app/modules/daemon.ts 1 addition, 119 deletionsapp/modules/daemon.ts
- app/modules/keypair/index.ts 7 additions, 22 deletionsapp/modules/keypair/index.ts
- app/modules/ws2p/index.ts 3 additions, 3 deletionsapp/modules/ws2p/index.ts
- bin/duniter_js 0 additions, 0 deletionsbin/duniter_js
- doc/dev/setup_env_dev.md 35 additions, 26 deletionsdoc/dev/setup_env_dev.md
- doc/use/advanced-commands.md 188 additions, 0 deletionsdoc/use/advanced-commands.md
- doc/use/configure.md 216 additions, 0 deletionsdoc/use/configure.md
- doc/use/index.md 13 additions, 0 deletionsdoc/use/index.md
- doc/use/install.md 54 additions, 0 deletionsdoc/use/install.md
- doc/use/manual_compilation.md 5 additions, 24 deletionsdoc/use/manual_compilation.md
- doc/use/ws2p_preferred_privileged.md 51 additions, 0 deletionsdoc/use/ws2p_preferred_privileged.md
- duniter.sh 0 additions, 52 deletionsduniter.sh
- format.sh 0 additions, 11 deletionsformat.sh
.cargo/config
0 → 100644
.rusty-hook.toml
0 → 100644
[package] | ||
authors = ["elois <elois@duniter.org>"] | ||
description = "Duniter launcher." | ||
edition = "2018" | ||
keywords = ["duniter", "launcher"] | ||
license = "AGPL-3.0" | ||
name = "duniter-launcher" | ||
repository = "https://git.duniter.org/nodes/typescript/duniter" | ||
version = "1.9.0-alpha1" | ||
[[bin]] | ||
bench = false | ||
path = "rust-bins/duniter-launcher/src/main.rs" | ||
name = "duniter" | ||
[dependencies] | ||
anyhow = "1.0.32" | ||
ctrlc = "3.1.6" | ||
daemonize-me = "0.3.1" | ||
dirs = "3.0.1" | ||
log = "0.4.11" | ||
logwatcher = "0.1.1" | ||
nix = "0.17.0" | ||
structopt = "0.3.18" | ||
[dev-dependencies] | ||
rusty-hook = "0.11.2" | ||
[workspace] | ||
members = [ | ||
"neon/native", | ||
"rust-bins/xtask", | ||
"rust-libs/dubp-wot" | ||
] | ||
... | ... |
File moved
doc/use/advanced-commands.md
0 → 100644
doc/use/configure.md
0 → 100644
doc/use/index.md
0 → 100644
doc/use/install.md
0 → 100644
doc/use/ws2p_preferred_privileged.md
0 → 100644
duniter.sh
deleted
100755 → 0
format.sh
deleted
100755 → 0
Please register or sign in to comment