update recipes

This commit is contained in:
Ribbon 2023-12-23 21:42:17 +00:00
parent d5241a86b9
commit df08998fdc
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#TODO rustc-serialize crate error
#TODO compiled but not tested
[source]
git = "https://github.com/gabrieldemian/vincenzo"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/atanunq/viu"
rev = "af8f2ae90040baeeb24b92adedc645edc4ea0e85"

View File

@ -3,4 +3,7 @@
git = "https://github.com/watchexec/watchexec"
rev = "a72ff0e1426ff95f76788bbd23e1a7473068f1e0"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages watchexec-cli
"""