Get started with Rust image processing
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "color-cell"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.86"
|
||||
clap = { version = "4.5.15", features = ["derive"] }
|
||||
image = "0.25.2"
|
||||
Reference in New Issue
Block a user