1//! The cargo-script library. 2//! 3//! This module defines the main library components, including commands and the start logic. 4 5pub mod commands; 6pub mod start; 7pub mod error;