mirror of
https://github.com/Dangoware/sqp.git
synced 2025-04-19 07:12:55 -05:00
14 lines
226 B
TOML
14 lines
226 B
TOML
[package]
|
|
name = "sqp"
|
|
description = """
|
|
The squishiest image format!
|
|
"""
|
|
license = "MIT"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
byteorder = "1.5.0"
|
|
integer-encoding = "4.0.0"
|
|
rayon = "1.10.0"
|
|
thiserror = "1.0.63"
|