Files
papulastic-image-format/Cargo.toml
2025-11-22 09:25:56 +01:00

12 lines
244 B
TOML

[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"