18 lines
374 B
TOML
18 lines
374 B
TOML
[package]
|
|
name = "lazyboy-control"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
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"
|
|
image.workspace = true
|