update recipes

This commit is contained in:
Ribbon 2023-12-23 20:38:42 +00:00
parent 7567afa53d
commit a9a9d279c1
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO update mio to 0.8 (after cargo update)
[source]
git = "https://github.com/alexhallam/tv"
[build]

View File

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