mirror of
https://github.com/Dangoware/sqp.git
synced 2025-06-22 14:42:54 -05:00
15 lines
253 B
TOML
15 lines
253 B
TOML
[package]
|
|
name = "sqp_tools"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
authors.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
image = "0.25"
|
|
sqp = { path = "../sqp" }
|
|
text_io = "0.1"
|
|
|
|
[lints]
|
|
workspace = true
|