-
- Downloads
deps: upgrade dubp-client
Showing
- Cargo.lock 37 additions, 13 deletionsCargo.lock
- Cargo.toml 2 additions, 2 deletionsCargo.toml
- src/commands/balance.rs 9 additions, 10 deletionssrc/commands/balance.rs
- src/commands/current_ud.rs 6 additions, 7 deletionssrc/commands/current_ud.rs
- src/commands/idty.rs 3 additions, 4 deletionssrc/commands/idty.rs
- src/commands/members_count.rs 6 additions, 7 deletionssrc/commands/members_count.rs
- src/main.rs 8 additions, 17 deletionssrc/main.rs
... | ... | @@ -10,13 +10,13 @@ description = "A command line client written in Rust that use Duniter GVA API." |
[dependencies] | ||
anyhow = "1.0.32" | ||
dubp-client = { git = "https://git.duniter.org/libs/dubp-rs-client-lib", branch = "master", features = ["blocking"] } | ||
#dubp-client= { path = "../dubp-rs-client-lib", features = ["blocking"] } | ||
#dubp-client= { path = "../dubp-rs-client-lib", features = ["blocking"], default-features = false } | ||
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"] } | ||
#dubp-client= { path = "../dubp-rs-client-lib", features = ["blocking", "mock"] } | ||
#dubp-client= { path = "../dubp-rs-client-lib", features = ["blocking", "mock"], default-features = false } | ||
mockall = "0.8.0" | ||
Please register or sign in to comment