PaulDance / cargo-liner

Cargo subcommand to install and update binary packages listed in configuration
https://crates.io/crates/cargo-liner
GNU General Public License v3.0
11 stars 2 forks source link

fix windows #20

Closed ToBinio closed 9 months ago

ToBinio commented 9 months ago

This PR removes the usage of a Unix specific API

as I don't see a reason why cargo liner should not work on windows

note: the tests do not run on Windows. But I think the only problem is that Windows uses \r\n instead of \n