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 +"""