-
- Downloads
feat (wallet): add pay sub-command
... | @@ -9,14 +9,14 @@ description = "A command line client written in Rust that use Duniter GVA API." | ... | @@ -9,14 +9,14 @@ description = "A command line client written in Rust that use Duniter GVA API." |
[dependencies] | [dependencies] | ||
anyhow = "1.0.32" | anyhow = "1.0.32" | ||
dubp-client = { git = "https://git.duniter.org/libs/dubp-rs-client-lib", branch = "master", features = ["blocking"] } | 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 } | #dubp-client= { path = "../dubp-rs-client-lib", features = ["blocking"], default-features = false } | ||
rpassword = "5.0.1" | rpassword = "5.0.1" | ||
serde = { version = "1.0.105", features = ["derive"] } | serde = { version = "1.0.105", features = ["derive"] } | ||
structopt = "0.3.18" | structopt = "0.3.18" | ||
[dev-dependencies] | [dev-dependencies] | ||
dubp-client = { git = "https://git.duniter.org/libs/dubp-rs-client-lib", branch = "master", features = ["blocking", "mock"] } | 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 } | #dubp-client= { path = "../dubp-rs-client-lib", features = ["blocking", "mock"], default-features = false } | ||
mockall = "0.8.0" | mockall = "0.8.0" | ||
Please register or sign in to comment