diff --git a/recipes/wip/dev/loco/recipe.toml b/recipes/wip/dev/loco/recipe.toml index 6f0350df29b56c486c0cb902fd74ab0eaf8a811b..abd88d446000c33d7dd80c1c1e1e29254267d3bb 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 +"""