1#![allow(clippy::too_many_arguments)] 2#![allow(clippy::needless_update)] 3 4pub mod actions; 5pub mod client; 6pub mod paths; 7pub mod render; 8pub mod run; 9pub mod types;