17 lines
327 B
TOML
17 lines
327 B
TOML
[package]
|
|
name = "pixel-transform"
|
|
version = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
edition = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
toolbox = { workspace = true }
|
|
|
|
serde = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
image = { workspace = true }
|
|
strum = { workspace = true }
|