1//! rok - Run One, Know All 2//! 3//! A CLI tool that executes multi-step tasks defined in JSON format. 4 5pub mod cli; 6pub mod config; 7pub mod error; 8pub mod schema;