mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
10 lines
213 B
TOML
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
|
|
"""
|