mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
10 lines
158 B
TOML
10 lines
158 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://github.com/ReFirmLabs/binwalk"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"fontconfig",
|
|
"xz",
|
|
]
|