17 lines
351 B
TOML
17 lines
351 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"
|