lazyBoy/crates/harness/Cargo.toml

24 lines
520 B
TOML

[package]
name = "lazyboy-harness"
version.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
[dependencies]
lazyboy-contracts.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
rig-core.workspace = true
async-trait.workspace = true
tokio.workspace = true
tokio-tungstenite.workspace = true
futures-util.workspace = true
base64.workspace = true
http = "1"
reqwest.workspace = true
rustls.workspace = true
rustls-native-certs = "0.8"