mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-06 12:58:45 +08:00
18 lines
432 B
TOML
18 lines
432 B
TOML
[package]
|
|
name = "msg_tool"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
csv = "1.3"
|
|
encoding_rs = "0.8"
|
|
lazy_static = "1.5.0"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
unicode-segmentation = "1.12"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
windows-sys = { version = "0", features = ["Win32_Globalization", "Win32_System_Diagnostics_Debug"] }
|