23 lines
539 B
TOML
23 lines
539 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"}
|
|
float-ord = "0.2.0"
|
|
|
|
[dev-dependencies]
|
|
lazy_static = "1.4.0"
|