Update recipes

This commit is contained in:
Ribbon 2024-06-12 11:32:39 +00:00
parent 856ec16500
commit 4add00c79e
8 changed files with 10 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO ahash crate error
[source]
git = "https://github.com/mycrl/turn-rs"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested (after cargo update)
[source]
git = "https://github.com/wyhaya/updns"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO users crate error
[source]
git = "https://github.com/jamesmcm/vopono"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compilation error
[source]
git = "https://github.com/COMBINE-lab/alevin-fry"
[build]

View File

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

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO CMake error
[source]
git = "https://github.com/COMBINE-lab/piscem"
[build]

View File

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

View File

@ -3,3 +3,6 @@
git = "https://github.com/vsbuffalo/scidataflow"
[build]
template = "cargo"
dependencies = [
"openssl1",
]