Initial commit: Add cutPic, dexcel, and zip tools

This commit is contained in:
macro
2026-04-25 00:01:40 +08:00
commit 8fb110adbd
15 changed files with 2704 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "cutpic"
version = "0.1.0"
edition = "2024"
[dependencies]
image = "0.25"
clap = { version = "4.5", features = ["derive"] }