lazyBoy/crates/harness/Cargo.toml

27 lines
553 B
TOML
Raw Normal View History

2026-09-03 12:46:14 +00:00
[package]
name = "lazyboy-harness"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
2026-09-03 12:46:14 +00:00
license.workspace = true
publish.workspace = true
[dependencies]
lazyboy-contracts.workspace = true
2026-09-06 03:43:38 +00:00
serde_json.workspace = true
2026-09-03 12:46:14 +00:00
thiserror.workspace = true
rig-core.workspace = true
2026-09-06 03:43:38 +00:00
async-trait.workspace = true
tokio.workspace = true
tokio-tungstenite.workspace = true
futures-util.workspace = true
base64.workspace = true
http = "1"
reqwest.workspace = true
2026-09-06 03:43:38 +00:00
rustls.workspace = true
rustls-native-certs = "0.8"
[lints]
workspace = true