diff --git a/recipes/wip/demos/ferris-says/recipe.toml b/recipes/wip/demos/ferris-says/recipe.toml index f42b0fccdf3d2dca091d0892764ac236ab671fb8..e505773a4e64e97b468a64fc7eb8af9ff7c5151f 100644 --- a/recipes/wip/demos/ferris-says/recipe.toml +++ b/recipes/wip/demos/ferris-says/recipe.toml @@ -2,4 +2,7 @@ [source] git = "https://github.com/rust-lang/ferris-says" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages fsays +"""