36 lines
855 B
TOML
36 lines
855 B
TOML
[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"
|
|
fastembed = "6.0.2"
|