initial commit

This commit is contained in:
2025-11-22 09:25:56 +01:00
commit 802c44d79b
10 changed files with 1735 additions and 0 deletions

11
Cargo.toml Normal file
View File

@ -0,0 +1,11 @@
[package]
name = "papulastic-image-system"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4", features = ["derive"] }
image = "0.25"
byteorder = "1.5"
chrono = { version = "0.4", features = ["clock"] }
thiserror = "1.0"