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