Compare changes
.cargo/config.toml
0 → 100644
+2
−0
+424
−1465
File changed.
Preview size limit exceeded, changes collapsed.
+6
−6
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -9,14 +9,14 @@ description = "A command line client written in Rust that use Duniter GVA API." | ||
[dependencies]
|
||
anyhow = "1.0.32"
|
||
graphql_client = "0.9.0"
|
||
reqwest = { version = "0.10.9", features = ["blocking", "json"] }
|
||
dubp-client = { git = "https://git.duniter.org/libs/dubp-rs-client-lib", branch = "master", features = ["blocking"], default-features = false }
|
||
#dubp-client= { path = "../dubp-rs-client-lib", features = ["blocking"], default-features = false }
|
||
read_input = "0.8.4"
|
||
rpassword = "5.0.1"
|
||
serde = { version = "1.0.105", features = ["derive"] }
|
||
structopt = "0.3.18"
|
||
[dev-dependencies]
|
||
dubp-client = { git = "https://git.duniter.org/libs/dubp-rs-client-lib", branch = "master", features = ["blocking", "mock"], default-features = false }
|
||
#dubp-client= { path = "../dubp-rs-client-lib", features = ["blocking", "mock"], default-features = false }
|
||
mockall = "0.8.0" |
||
[build-dependencies]
|
||
duniter-gva-gql = { git = "https://git.duniter.org/nodes/typescript/duniter", branch = "dev" }
|
||
#duniter-gva-gql = { path = "../duniter/rust-libs/modules/gva/gql" } |
||
+83
−0
build.rs
deleted100644 → 0
+0
−7
+1
−1
gql/gva_queries.gql
deleted100644 → 0
+0
−20
+10
−0
+51
−41
+15
−17
src/commands/idty.rs
0 → 100644
+45
−0
+12
−16
src/commands/wallet.rs
0 → 100644
+356
−0
+34
−0
+28
−26
Loading