-
- Downloads
feat(pay): add ud units, pay to scrypt, and confirmation
Showing
- Cargo.lock 25 additions, 14 deletionsCargo.lock
- Cargo.toml 1 addition, 0 deletionsCargo.toml
- src/commands.rs 1 addition, 0 deletionssrc/commands.rs
- src/commands/wallet.rs 62 additions, 34 deletionssrc/commands/wallet.rs
- src/inputs.rs 34 additions, 0 deletionssrc/inputs.rs
- src/main.rs 5 additions, 1 deletionsrc/main.rs
... | ... | @@ -11,6 +11,7 @@ description = "A command line client written in Rust that use Duniter GVA API." |
anyhow = "1.0.32" | ||
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" | ||
... | ... |
src/inputs.rs
0 → 100644
Please register or sign in to comment