Support switching file pathes to wsl if file can not be located

This commit is contained in:
Jaby
2024-05-06 19:53:57 +02:00
parent 4d5a7814f7
commit eba022bc10
4 changed files with 33 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tool_helper"
version = "0.9.2"
version = "0.9.5"
edition = "2021"
[profile.release]
@@ -12,4 +12,5 @@ cdtypes = {path = "../cdtypes"}
colored = "2.0.4"
envmnt = "0.10.4"
lz4 = "1.24.0"
paste = "1.0.14"
paste = "1.0.14"
wslpath = {path = "../wslpath"}