mirror of
https://github.com/Dangoware/sqp.git
synced 2025-04-19 07:12:55 -05:00
10 lines
162 B
TOML
10 lines
162 B
TOML
[package]
|
|
name = "dangoware_format"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
byteorder = "1.5.0"
|
|
image = "0.25.2"
|
|
rayon = "1.10.0"
|
|
thiserror = "1.0.63"
|