initial commit
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user