mirror of
https://github.com/Dangoware/sqp.git
synced 2025-04-19 07:12:55 -05:00
8 lines
184 B
TOML
8 lines
184 B
TOML
[package]
|
|
name = "dangoware_format"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
byteorder = "1.5.0"
|
|
image = { version = "0.25.2", default-features = false, features = ["png"] }
|