27 lines
553 B
TOML
27 lines
553 B
TOML
[package]
|
|
name = "lazyboy-harness"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
lazyboy-contracts.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"
|
|
|
|
[lints]
|
|
workspace = true
|