redox/recipes/wip/c2rust/recipe.toml
2023-12-16 01:12:28 +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
"""