mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 03:28:42 +08:00
13 lines
230 B
TOML
13 lines
230 B
TOML
#TODO Can't find LLVM
|
|
[source]
|
|
tar = "https://github.com/immunant/c2rust/archive/refs/tags/v0.17.0.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"openssl1",
|
|
"llvm",
|
|
]
|
|
script = """
|
|
cookbook_cargo_packages c2rust
|
|
"""
|