redox/recipes/wip/tools/swc/recipe.toml
2024-02-11 14:08:48 +00:00

10 lines
213 B
TOML

#TODO compiled but not tested
#TODO missing script to properly move the binary
[source]
git = "https://github.com/swc-project/swc"
[build]
template = "custom"
script = """
cookbook_cargo_packages swc_cli_impl
"""