fixing warnings and adding missing cargo file
This commit is contained in:
parent
51ba6cf861
commit
6097367305
|
@ -8,17 +8,14 @@ use itertools::Itertools;
|
|||
use mango_feeds_connector::chain_data::AccountData;
|
||||
use router_feed_lib::router_rpc_client::{RouterRpcClient, RouterRpcClientTrait};
|
||||
use router_test_lib::{execution_dump, serialize};
|
||||
use serde::Deserialize;
|
||||
use sha2::{Digest, Sha256};
|
||||
use solana_sdk::account::ReadableAccount;
|
||||
use solana_sdk::bpf_loader_upgradeable::UpgradeableLoaderState;
|
||||
use solana_sdk::clock::Clock;
|
||||
use solana_sdk::config::program;
|
||||
use solana_sdk::pubkey::Pubkey;
|
||||
use solana_sdk::signature::Keypair;
|
||||
use solana_sdk::signer::Signer;
|
||||
use solana_sdk::sysvar::SysvarId;
|
||||
use std::str::FromStr;
|
||||
use std::sync::Arc;
|
||||
use tracing::{debug, error};
|
||||
|
||||
|
|
|
@ -31,3 +31,8 @@ bonfida-test-utils = "0.4.4"
|
|||
log = "0.4.14"
|
||||
env_logger = "0.9.0"
|
||||
bincode = "1.3.3"
|
||||
sha2 = "0.10.8"
|
||||
base64 = "0.12.3"
|
||||
|
||||
[profile.test]
|
||||
inherits = "release"
|
Loading…
Reference in New Issue