[package]
name = "lenso-contract-runtime"
version = "0.1.3"
edition.workspace = true
license.workspace = true
publish = true
repository.workspace = true
rust-version.workspace = true
description = "Runtime-neutral wire primitives and serde support for generated Lenso contracts."
readme = "README.md"
[dependencies]
base64.workspace = true
bytes.workspace = true
serde.workspace = true
serde_json.workspace = true
[lints]
workspace = true