Update a recipe

This commit is contained in:
Ribbon 2024-06-10 09:20:31 +00:00
parent 73f75d127a
commit 4f7a07bea9

View File

@ -2,4 +2,7 @@
[source]
git = "https://github.com/rust-lang/ferris-says"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages fsays
"""