lazyBoy/crates/api/Cargo.toml

35 lines
835 B
TOML
Raw Normal View History

2026-09-03 12:46:14 +00:00
[package]
name = "lazyboy-api"
version.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
[dependencies]
lazyboy-contracts.workspace = true
lazyboy-control.workspace = true
lazyboy-harness = { path = "../harness" }
lazyboy-sandbox = { path = "../sandbox" }
axum.workspace = true
tokio.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
sqlx.workspace = true
uuid.workspace = true
chrono.workspace = true
tower-http.workspace = true
async-trait = "0.1"
rig-core.workspace = true
base64.workspace = true
hmac.workspace = true
sha2.workspace = true
hex.workspace = true
reqwest.workspace = true
tokio-tungstenite.workspace = true
futures-util = "0.3"
http-body-util = "0.1"
dotenvy = "0.15"