Export tokio for program-test clients

This commit is contained in:
Michael Vines 2021-03-15 16:26:24 -07:00
parent efee8b62d7
commit 430ed6d774
1 changed files with 4 additions and 0 deletions

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]