🐞 fix: cmd error with gbk (#114)

* 🐞 fix: cmd error with gbk
* 🎈 perf: try gbk only on windows
This commit is contained in:
m1m1sha
2024-05-15 20:50:11 +08:00
committed by GitHub
parent d5bf041834
commit 58d2ec475c
4 changed files with 92 additions and 5 deletions
+1
View File
@@ -164,6 +164,7 @@ windows-sys = { version = "0.52", features = [
"Win32_Foundation",
"Win32_System_IO",
] }
encoding = "0.2"
[build-dependencies]
tonic-build = "0.10"