cli: allow returning more solana validators

This commit is contained in:
Trent Nelson
2021-07-13 00:10:10 -06:00
committed by mergify[bot]
parent bf90ea282a
commit a4a24b6531
5 changed files with 115 additions and 54 deletions

View File

@@ -18,6 +18,9 @@ macro_rules! pubkey {
};
}
#[macro_use]
extern crate const_format;
extern crate serde_derive;
pub mod checks;