diff --git a/recipes/wip/math/rink/recipe.toml b/recipes/wip/math/rink/recipe.toml index 45fd79367ee4b2267242287a9d788eabb58ff668..208a58ebb918bffb16ffd4844bf28ba7d589500d 100644 --- a/recipes/wip/math/rink/recipe.toml +++ b/recipes/wip/math/rink/recipe.toml @@ -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] diff --git a/recipes/wip/net/arp-scanner/recipe.toml b/recipes/wip/net/arp-scanner/recipe.toml index 8bc0446d79f43a3dfebab34f3b96bd5833dca0b8..d398e95a4e3fc1cac315c1c375db9b7feb138322 100644 --- a/recipes/wip/net/arp-scanner/recipe.toml +++ b/recipes/wip/net/arp-scanner/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO pnet_sys crate error [source] git = "https://github.com/kongbytes/arp-scan-rs" [build] diff --git a/recipes/wip/net/bitcoin-core/recipe.toml b/recipes/wip/net/bitcoin-core/recipe.toml index b596d03c4471d93b657b6d0e55f9aa6a55f5397b..d2e2b3f9dc1bb7226727566ac22ab7e764d0d97b 100644 --- a/recipes/wip/net/bitcoin-core/recipe.toml +++ b/recipes/wip/net/bitcoin-core/recipe.toml @@ -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] diff --git a/recipes/wip/net/bore/recipe.toml b/recipes/wip/net/bore/recipe.toml index 264a4adb5bea2222da5b79ea68c6b39714c90e4c..6e84b51092e87258a98e9ec20e16a71e4073b460 100644 --- a/recipes/wip/net/bore/recipe.toml +++ b/recipes/wip/net/bore/recipe.toml @@ -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] diff --git a/recipes/wip/net/dqy/recipe.toml b/recipes/wip/net/dqy/recipe.toml index aa30ae25c4ae6a58db31025983a7c3b64aecccae..05dc92de13f63b3b91a50fb73ac995eed021af0e 100644 --- a/recipes/wip/net/dqy/recipe.toml +++ b/recipes/wip/net/dqy/recipe.toml @@ -3,6 +3,9 @@ git = "https://github.com/dandyvica/dqy" [build] template = "custom" +dependencies = [ + "lua54", +] script = """ cookbook_cargo_packages dqy """