Add a recipe

This commit is contained in:
Ribbon 2024-06-13 18:25:02 +00:00
parent a70b46146c
commit 20165a22e2

View File

@ -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
"""