first commit

This commit is contained in:
lenn
2026-04-22 23:51:15 +08:00
commit 05accd3690
17 changed files with 2842 additions and 0 deletions

20
Cargo.toml Normal file
View File

@@ -0,0 +1,20 @@
[package]
name = "JE-Skin-Cli"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.102"
clap = "4.6.1"
fern = {version = "0.7.1", features=["colored", "date-based"]}
humantime = "2.3.0"
log = "0.4.29"
tokio = {version = "1.52.1", features=["full"]}
tokio-serial = "5.4.5"
tokio-util = "0.7.18"
csv = "1.4.0"
chrono = "0.4.44"
crc = "3.4.0"
async-trait = "0.1.89"
serde = { version = "1.0.228", features=["derive"]}
serde_json = "1.0.149"