diff --git a/recipes/wip/demos/termtree/recipe.toml b/recipes/wip/demos/termtree/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..846d2588067129b7ac21182d6e644a68a2b4ba5b
--- /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
+"""