diff --git a/recipes/wip/cargo-auditable/recipe.toml b/recipes/wip/cargo-auditable/recipe.toml index 69190aee62225e7e55d73a34c9b3b1be563912f6..f8ff0900ee5449a60bb3ad85e8c9777c33b5b954 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 +"""