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.
pub fn create_dist(dir: &Path) -> Result<(), ExecutionError>Creates the dist/ directory in the project root, which is necessary
for Cargo to be able to put its build artifacts in there.