Moves solana-store-tool into the accounts-db crate (#33755)

This commit is contained in:
Brooks 2023-10-18 16:16:38 -04:00 committed by GitHub
parent 3a580f4df6
commit 93d882f158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,7 @@ members = [
"accounts-bench",
"accounts-cluster-bench",
"accounts-db",
"accounts-db/store-tool",
"banking-bench",
"banks-client",
"banks-interface",
@ -84,7 +85,6 @@ members = [
"rpc-client-nonce-utils",
"rpc-test",
"runtime",
"runtime/store-tool",
"sdk",
"sdk/cargo-build-bpf",
"sdk/cargo-build-sbf",