mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Update the dylint recipe and update TODOs
This commit is contained in:
parent
e95304ec5c
commit
25121b3931
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO can't find the openssl dependency
|
||||
[source]
|
||||
git = "https://github.com/bahdotsh/wrkflw"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO mlua-sys crate error
|
||||
[source]
|
||||
git = "https://github.com/Etto48/HexPatch"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/YS-L/flamelens"
|
||||
[build]
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
git = "https://github.com/trailofbits/dylint"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages cargo-dylint dylint-link
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user