rusty_v8/_service
Soc Virnyl Estela b99a556da0 - Change sources from git to crates.io
* there has been a recent change on how deno publishes the v8 crate.
    investigated the vendored dep shows that it has a slightly different set
    of directories.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/rusty_v8?expand=0&rev=91
2024-11-10 09:10:56 +00:00

10 lines
264 B
Plaintext

<services>
<service name="download_files" mode="manual" />
<service name="cargo_vendor" mode="manual">
<param name="src">rusty_v8*.tar.gz</param>
<param name="compression">zst</param>
<param name="update">false</param>
</service>
</services>