From 959dc2d498cd1896df8f4a7f4facf465eea5980e Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 16 Dec 2023 23:17:57 +0000 Subject: [PATCH] Fix cargo-auditable --- recipes/wip/cargo-auditable/recipe.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/cargo-auditable/recipe.toml b/recipes/wip/cargo-auditable/recipe.toml index 69190aee6..f8ff0900e 100644 --- a/recipes/wip/cargo-auditable/recipe.toml +++ b/recipes/wip/cargo-auditable/recipe.toml @@ -2,4 +2,7 @@ [source] git = "https://github.com/rust-secure-code/cargo-auditable" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages cargo-auditable +""" -- GitLab