TimonPost / cargo-dependency-inheritor

Utility to inherit dependencies from workspace file if it occurs 'n' or more times throughout the project.
Apache License 2.0
30 stars 1 forks source link

Paths are being changed to use `\` instead of `/` on Windows #13

Open Xaeroxe opened 1 year ago

Xaeroxe commented 1 year ago

Rust on Windows can correctly use / but Rust on Linux cannot correctly use \, so this tool should never output \ into a path attribute for a dependency.