mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
12 lines
204 B
TOML
12 lines
204 B
TOML
#TODO compilation error
|
|
[source]
|
|
git = "https://github.com/ouch-org/ouch"
|
|
rev = "796a03a41d1412dbd0f1cf973ca88c59a4614cc8"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"zlib",
|
|
"bzip2",
|
|
"xz",
|
|
]
|