Update recipes

This commit is contained in:
Ribbon 2024-06-10 19:59:26 +00:00
parent b4381a50de
commit 8ef94e2cc8
7 changed files with 13 additions and 7 deletions

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO fs_at and libc crate errors (after cargo update)
[source]
git = "https://github.com/denisidoro/navi"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/d-e-s-o/notnow"
[build]

View File

@ -1,5 +1,8 @@
#TODO Not compiled or tested
#TODO Not compiled or tested (after cargo update)
[source]
git = "https://github.com/zahidkhawaja/rusty"
[build]
template = "cargo"
dependencies = [
"openssl1",
]

View File

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

View File

@ -1,5 +1,8 @@
#TODO Not compiled or tested
#TODO make zstd work (after cargo update)
[source]
git = "https://github.com/quininer/unzrip"
[build]
template = "cargo"
dependencies = [
"zstd",
]