perler/Cargo.toml

15 lines
288 B
TOML

[package]
name = "perler"
version = "0.1.0"
authors = ["Bill Thiede <git@xinu.tv>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
image = "0.23.6"
log = "0.4.8"
[dev-dependencies]
lazy_static = "1.4.0"