redox/recipes/wip/dev/rust-tools/c2rust/recipe.toml
2024-06-25 22:24:39 +00:00

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
"""