update recipes

This commit is contained in:
Ribbon 2024-03-25 03:17:17 +00:00
parent e6d3be8fed
commit 39c77b1c96
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO interprocess crate error
[source]
git = "https://github.com/kl/sub-batch"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/outfrost/trimmeroni"
[build]

View File

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