1
2
3
4
5
6
#![allow(clippy::integer_arithmetic)]
pub mod client;
pub mod output;
pub mod token;

pub use spl_token_2022;