diff --git a/repo.sh b/repo.sh
index 5084f866b70fccaad32219dec4adc403d8412a8e..a2792d0b9a1db8959eb04b15ca6a400cca37e5dd 100755
--- a/repo.sh
+++ b/repo.sh
@@ -22,6 +22,12 @@ fi
 
 for recipe in $recipes
 do
+    if [ -e "recipes/$recipe/recipe.toml" ]
+    then
+        cargo run --release -- "$recipe"
+        continue
+    fi
+
     if [ ! -d "recipes/$recipe/source/" ]
     then
         echo -e "\033[01;38;5;155mrepo - fetching $recipe\033[0m" >&2