12 lines
244 B
TOML
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"
|