Update recipes

This commit is contained in:
Ribbon 2024-06-12 10:16:10 +00:00
parent 75cc8c155a
commit 4c9124abc1
5 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO async-io and rustix crates error
[source]
git = "https://github.com/tiffany352/rink-rs"
[build]

View File

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

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO make dependencies work
[source]
tar = "https://bitcoincore.org/bin/bitcoin-core-27.0/bitcoin-27.0.tar.gz"
[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/ekzhang/bore"
[build]

View File

@ -3,6 +3,9 @@
git = "https://github.com/dandyvica/dqy"
[build]
template = "custom"
dependencies = [
"lua54",
]
script = """
cookbook_cargo_packages dqy
"""