* Give up on trying to solve windows edge cases, instead of not working at all, it now works for utf-8 only * Reduce allocations * Preview multi-selects * Fewer dependencies * More robust signal handling - Remove cargo_config and vendor.tar.xz - Add vendor.tar.zst OBS-URL: https://build.opensuse.org/package/show/utilities/sad?expand=0&rev=13
11 lines
273 B
Plaintext
11 lines
273 B
Plaintext
<services>
|
|
<service mode="manual" name="download_files">
|
|
</service>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="src">sad*.tar.gz</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="manual" />
|
|
</services>
|
|
|