cargo-run 0.4.0

A CLI tool to run custom scripts in Rust, defined in Scripts.toml
Documentation
1
2
3
4
5
6
//! The cargo-script library.
//!
//! This module defines the main library components, including commands and the start logic.

pub mod commands;
pub mod start;