From bde83b20decc2bed8eef5fc494fdcdd2a59193e8 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 21 Dec 2023 22:18:04 +0000 Subject: [PATCH] update just --- recipes/wip/just/recipe.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +"""