feat: add serde primitive, update command

This commit is contained in:
royvardhan
2025-02-06 00:16:35 +05:30
parent 38ce6e5c79
commit b93856073c
5 changed files with 66 additions and 57 deletions

View File

@@ -2,6 +2,7 @@ mod errors;
#[cfg(feature = "evm")]
pub mod evm;
pub mod models;
pub mod serde_primitives;
pub mod strategy_encoder;
mod swap_encoder;
pub mod tycho_encoder;