Add format support

This commit is contained in:
2025-05-21 10:57:14 +08:00
parent a2747d29b9
commit 99210a19cf
11 changed files with 235 additions and 26 deletions

View File

@@ -9,7 +9,8 @@ clap = { version = "4.5", features = ["derive"] }
encoding_rs = "0.8"
lazy_static = "1.5.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.140"
serde_json = "1"
unicode-segmentation = "1.12"
[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0", features = ["Win32_Globalization", "Win32_System_Diagnostics_Debug"] }