mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
11 lines
179 B
TOML
11 lines
179 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://github.com/ReFirmLabs/binwalk"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"fontconfig",
|
|
"xz",
|
|
]
|