build: enable gva for all architectures
parent
ff5a4993
No related branches found
No related tags found
... | @@ -19,6 +19,7 @@ ctrlc = "3.1.6" | ... | @@ -19,6 +19,7 @@ ctrlc = "3.1.6" |
daemonize-me = "0.3.1" | daemonize-me = "0.3.1" | ||
dirs = "3.0.1" | dirs = "3.0.1" | ||
duniter-core = { git = "https://git.duniter.org/nodes/rust/duniter-core", features = ["bc-writer"] } | duniter-core = { git = "https://git.duniter.org/nodes/rust/duniter-core", features = ["bc-writer"] } | ||
duniter-gva-conf = { git = "https://git.duniter.org/nodes/rust/modules/duniter-gva" } | |||
log = "0.4.11" | log = "0.4.11" | ||
logwatcher = "0.1.1" | logwatcher = "0.1.1" | ||
nix = "0.17.0" | nix = "0.17.0" | ||
... | @@ -26,9 +27,6 @@ read_input = "0.8.4" | ... | @@ -26,9 +27,6 @@ read_input = "0.8.4" |
serde_json = "1.0.53" | serde_json = "1.0.53" | ||
structopt = "0.3.18" | structopt = "0.3.18" | ||
[target.'cfg(target_arch = "x86_64")'.dependencies] | |||
duniter-gva-conf = { git = "https://git.duniter.org/nodes/rust/modules/duniter-gva" } | |||
[dev-dependencies] | [dev-dependencies] | ||
rusty-hook = "0.11.2" | rusty-hook = "0.11.2" | ||
... | ... |
Please register or sign in to comment