From 20165a22e27f55b3e4d30585ee62cff752ab1b2b Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Thu, 13 Jun 2024 18:25:02 +0000 Subject: [PATCH] Add a recipe --- recipes/wip/demos/termtree/recipe.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes/wip/demos/termtree/recipe.toml diff --git a/recipes/wip/demos/termtree/recipe.toml b/recipes/wip/demos/termtree/recipe.toml new file mode 100644 index 000000000..846d25880 --- /dev/null +++ b/recipes/wip/demos/termtree/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/rust-cli/termtree" +[build] +template = "custom" +script = """ +cookbook_cargo_examples tree +""" -- GitLab