mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
10 lines
261 B
TOML
10 lines
261 B
TOML
#TODO v8 crate error (after cargo update -p tokio)
|
|
#TODO Add static objects for the Redox target (doesn't exist on librusty_v8 upstream)
|
|
[source]
|
|
git = "https://github.com/denoland/deno"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo_packages deno
|
|
"""
|