2026-09-03 12:46:14 +00:00
|
|
|
[package]
|
|
|
|
|
name = "lazyboy-control"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
2026-09-07 08:27:33 +00:00
|
|
|
rust-version.workspace = true
|
2026-09-03 12:46:14 +00:00
|
|
|
license.workspace = true
|
|
|
|
|
publish.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
lazyboy-contracts.workspace = true
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
|
|
|
|
thiserror.workspace = true
|
|
|
|
|
sha2.workspace = true
|
|
|
|
|
hex.workspace = true
|
|
|
|
|
chrono.workspace = true
|
|
|
|
|
async-trait = "0.1"
|
2026-09-04 09:08:56 +00:00
|
|
|
image.workspace = true
|
2026-09-07 08:27:33 +00:00
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|