(path: &Path)
| 363 | } |
| 364 | |
| 365 | fn cleanup_tmp_dir(path: &Path) { |
| 366 | let _ = remove_dir_all(path.join(".git")); |
| 367 | let _ = remove_file(path.join("cargo-lambda-template.zip")); |
| 368 | } |
| 369 | |
| 370 | fn translate_shortcut(uri: &str) -> Option<String> { |
| 371 | if uri.starts_with("gh:") { |