Move binaries from src/bin into their own crate

This commit is contained in:
Michael Vines
2018-12-13 21:11:09 -08:00
parent 092edabd2d
commit 0fe6d61036
19 changed files with 234 additions and 40 deletions

View File

@@ -18,6 +18,9 @@ CRATES=(
programs/native/{budget,bpf_loader,lua_loader,native_loader,noop,system,vote}
.
fullnode
genesis
ledger-tool
wallet
)