From 0f24bb42e01ca8fb3d35a83a174425a04cf9ba19 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 8 Jun 2024 16:20:18 +0000 Subject: [PATCH] Update the loco recipe --- recipes/wip/dev/loco/recipe.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +""" -- GitLab