iomentum / cargo-scaffold

cargo scaffold lets you scaffold and generate projects described in a simple TOML file
MIT License
57 stars 12 forks source link

Deal with windows paths. #26

Closed o0Ignition0o closed 2 years ago

o0Ignition0o commented 2 years ago

handlebars interpolation on windows paths didn't happen.

This commit changes \\ to a string the template accepts, before doing the interpolation, and then sets it back.