update recipes

This commit is contained in:
Ribbon 2023-12-23 10:12:58 +00:00
parent 014fe22d04
commit 42598950a9
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO slice-deque crate error
[source]
git = "https://github.com/KunalBagaria/rustyvibes"
[build]

View File

@ -1,4 +1,4 @@
#TODO compilation error
#TODO compiled but not tested
[source]
git = "https://github.com/ms-jpq/sad"
[build]

View File

@ -3,4 +3,7 @@
git = "https://github.com/mstange/samply"
rev = "0a3dd8b1af8f67b676e4c05e7b9846754644c0d7"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages samply
"""