mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
12 lines
187 B
TOML
12 lines
187 B
TOML
#TODO compilation error
|
|
[source]
|
|
git = "https://github.com/immunant/c2rust"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"openssl1",
|
|
]
|
|
script = """
|
|
cookbook_cargo_packages c2rust
|
|
"""
|