lazyBoy/crates/control/Cargo.toml

26 lines
514 B
TOML

[package]
name = "lazyboy-control"
version.workspace = true
edition.workspace = true
rust-version.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
tokio.workspace = true
tracing.workspace = true
base64.workspace = true
regex = "1"
[lints]
workspace = true