19 lines
362 B
TOML
19 lines
362 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"
|
|
svg = "0.8.0"
|
|
structopt = "0.3.15"
|
|
thiserror = "1.0.20"
|
|
anyhow = "1.0.31"
|
|
|
|
[dev-dependencies]
|
|
lazy_static = "1.4.0"
|