diff --git a/recipes/wip/dev/loco/recipe.toml b/recipes/wip/dev/loco/recipe.toml index 6f0350df2..abd88d446 100644 --- a/recipes/wip/dev/loco/recipe.toml +++ b/recipes/wip/dev/loco/recipe.toml @@ -2,4 +2,7 @@ [source] git = "https://github.com/loco-rs/loco" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages loco-cli +"""