Update the dylint recipe and update TODOs

This commit is contained in:
Ribbon 2025-06-08 17:59:49 -03:00
parent e95304ec5c
commit 25121b3931
4 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO can't find the openssl dependency
[source]
git = "https://github.com/bahdotsh/wrkflw"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO mlua-sys crate error
[source]
git = "https://github.com/Etto48/HexPatch"
[build]

View File

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

View File

@ -3,6 +3,9 @@
git = "https://github.com/trailofbits/dylint"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_packages cargo-dylint dylint-link
"""