Update the loco recipe

This commit is contained in:
Ribbon 2024-06-08 16:20:18 +00:00
parent ca8a2c433c
commit 0f24bb42e0

View File

@ -2,4 +2,7 @@
[source]
git = "https://github.com/loco-rs/loco"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages loco-cli
"""