Move `wallet_tool.rs` from `src/rust/src` into `src/rust/bin`.

Also add a brief description of `zcashd-wallet-tool` to `src/rust/README.md`.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2022-03-01 00:47:03 +00:00
parent 8ec0d854b9
commit 25792cba93
3 changed files with 6 additions and 1 deletions

View File

@ -27,7 +27,7 @@ crate-type = ["staticlib"]
[[bin]]
name = "zcashd-wallet-tool"
path = "src/rust/src/wallet_tool.rs"
path = "src/rust/bin/wallet_tool.rs"
[dependencies]
bellman = "0.11"

View File

@ -6,6 +6,11 @@ the `zcashd` full node.
The FFI API does not have any stability guarantees, and will change as required
by `zcashd`.
# zcashd-wallet-tool
`zcashd-wallet-tool` is a command-line tool that allows confirming to a `zcashd`
node that the emergency recovery phrase of the node's wallet has been backed up.
## License
Licensed under either of