From 74620a753e6cce40c353b48cd162bb1b26b273cf Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 20 Dec 2023 23:34:26 +0000 Subject: [PATCH] update fazi --- recipes/wip/fazi/recipe.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/fazi/recipe.toml b/recipes/wip/fazi/recipe.toml index d1e35386b..e85d69fca 100644 --- a/recipes/wip/fazi/recipe.toml +++ b/recipes/wip/fazi/recipe.toml @@ -2,4 +2,7 @@ [source] git = "https://github.com/landaire/fazi" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_examples simple_harness +"""