ksud: fix encoding error

This commit is contained in:
tiann
2023-01-04 17:26:21 +08:00
parent d8f5d74ec3
commit 3280c6af2e
3 changed files with 7 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ env_logger = "0.10.0"
serde = { version = "1.0" }
serde_json = "1.0"
regex = "1.5.4"
encoding = "0.2.33"
[profile.release]
strip = true