mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
11 lines
217 B
TOML
11 lines
217 B
TOML
#TODO v8 crate error
|
|
#TODO lacking librusty_v8 crate binaries for redox
|
|
[source]
|
|
git = "https://github.com/denoland/deno"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo_packages deno
|
|
"""
|