20 lines
429 B
TOML
20 lines
429 B
TOML
|
|
[package]
|
||
|
|
name = "lazyboy-sandbox"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
publish.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
lazyboy-contracts.workspace = true
|
||
|
|
lazyboy-control.workspace = true
|
||
|
|
async-trait = "0.1"
|
||
|
|
reqwest.workspace = true
|
||
|
|
serde.workspace = true
|
||
|
|
serde_json.workspace = true
|
||
|
|
tokio.workspace = true
|
||
|
|
base64.workspace = true
|
||
|
|
chrono.workspace = true
|
||
|
|
sha2.workspace = true
|
||
|
|
hex.workspace = true
|