1 2 3 4 5 6
use txtx_addon_kit::types::commands::PreCommandSpecification; pub mod http; lazy_static! { pub static ref ACTIONS: Vec<PreCommandSpecification> = vec![http::SEND_HTTP_REQUEST.clone(),]; }