assemble_std/
tasks.rs

1//! The standard library tasks. Defines important tasks like `Exec` and `Dupe`
2
3pub mod exec;
4pub mod files;
5pub mod web;
6pub mod wrapper;