Add export support

This commit is contained in:
2025-05-20 17:47:04 +08:00
commit e2e7399832
15 changed files with 1819 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "msg_tool"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1"
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"
[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0", features = ["Win32_Globalization"] }