WIP add config
... | @@ -22,6 +22,7 @@ serde_json = "1.0.94" | ... | @@ -22,6 +22,7 @@ serde_json = "1.0.94" |
sp-core = { git = "https://github.com/duniter/substrate", branch = "duniter-substrate-v0.9.32" } | sp-core = { git = "https://github.com/duniter/substrate", branch = "duniter-substrate-v0.9.32" } | ||
subxt = { git = "https://github.com/duniter/subxt.git", branch = "duniter-substrate-v0.9.32" } | subxt = { git = "https://github.com/duniter/subxt.git", branch = "duniter-substrate-v0.9.32" } | ||
tokio = { version = "1.26.0", features = ["macros"] } | tokio = { version = "1.26.0", features = ["macros"] } | ||
confy = "0.5.1" | |||
# allows to build gcli with different predefined networks | # allows to build gcli with different predefined networks | ||
[features] | [features] | ||
... | ... |
src/conf.rs
0 → 100644
Please register or sign in to comment