perler/Cargo.toml
2020-07-22 19:27:03 -07:00

22 lines
519 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"
image = {path="../../github.com/wathiede/image"}
log = "0.4.8"
svg = "0.8.0"
structopt = "0.3.15"
thiserror = "1.0.20"
anyhow = "1.0.31"
#x11colors = {git="https://git.z.xinu.tv/wathiede/x11colors"}
x11colors = {path="../../xinu.tv/x11colors"}
[dev-dependencies]
lazy_static = "1.4.0"