Struct cargo_make::types::Config
[−]
[src]
pub struct Config { pub config: ConfigSection, pub env: HashMap<String, EnvValue>, pub tasks: HashMap<String, Task>, }
Holds the entire configuration such as task definitions and env vars
Fields
config: ConfigSection
Runtime config
env: HashMap<String, EnvValue>
The env vars to setup before running the tasks
tasks: HashMap<String, Task>
All task definitions
Trait Implementations
impl Debug for Config
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more