Export tokio for program-test clients

(cherry picked from commit 430ed6d774)
This commit is contained in:
Michael Vines
2021-03-15 16:26:24 -07:00
parent b691a159dd
commit 87963764fa

View File

@ -51,6 +51,10 @@ use {
// Export types so test clients can limit their solana crate dependencies
pub use solana_banks_client::BanksClient;
// Export tokio for test clients
pub use tokio;
pub mod programs;
#[macro_use]