clearlinux / common

Developer tooling framework
GNU General Public License v3.0
54 stars 23 forks source link

Output cargo vendor requirements to text file #20

Closed K1ngfish3r closed 4 months ago

K1ngfish3r commented 4 months ago

The resulting file can then be appended to .cargo/config.toml rather than using echo. Addresses https://github.com/clearlinux/autospec/issues/837

bryteise commented 4 months ago

I've opted for something slightly different that should be available in the next external sync which should work out about the same as your original work. Thanks!