update recipe

This commit is contained in:
Ribbon 2024-03-23 15:44:52 +00:00
parent 921972fb65
commit 34f5b98255

View File

@ -2,4 +2,8 @@
[source]
git = "https://github.com/LyonSyonII/run"
[build]
template = "cargo"
template = "custom"
script = """
cd "${COOKBOOK_SOURCE}"/cli
cookbook_cargo
"""