pub fn delete_dist(dir: PathBuf) -> Result<(), ExecutionError>
Expand description

Deletes the entire dist/ directory. Nicely, because there are no Cargo artifacts in there, running this won’t slow down future runs at all.