Function create_dist

Source
pub fn create_dist(dir: &Path) -> Result<(), ExecutionError>
Expand description

Creates the dist/ directory in the project root, which is necessary for Cargo to be able to put its build artifacts in there.