diff --git a/recipes/wip/just/recipe.toml b/recipes/wip/just/recipe.toml index 4db06b7f..33ce5b60 100644 --- a/recipes/wip/just/recipe.toml +++ b/recipes/wip/just/recipe.toml @@ -2,4 +2,7 @@ [source] git = "https://github.com/casey/just" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages just +"""