redox/recipes/wip/dev/framework/deno/recipe.toml
2024-07-01 04:44:16 +00:00

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
"""