2024-09-25 19:14:06 +00:00
|
|
|
[package]
|
2024-10-01 14:27:57 +00:00
|
|
|
name = "quartz-print-fmspc"
|
2024-09-25 19:14:06 +00:00
|
|
|
version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
rust-version.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
readme.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
dcap-qvl = "0.1.0"
|
|
|
|
hex.workspace = true
|
|
|
|
serde_json.workspace = true
|
|
|
|
tokio.workspace = true
|