lbee-utils/cz/Cargo.toml
2024-05-24 07:47:07 -05:00

13 lines
300 B
TOML

[package]
name = "cz"
version = "0.1.0"
edition = "2021"
description="""
A encoder/decoder for CZ# image files used in the LUCA System Engine.
"""
[dependencies]
byteorder = "1.5.0"
thiserror = "1.0.59"
image = { version = "0.25.1", default-features = false, features = ["png"] }
quantizr = "1.4.2"