[package]
name = "lc-shared"
version = "0.22.4"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Shared types for langchainrust workspace — breaks circular dependencies"
repository = "https://github.com/atliliw/langchainrust"
rust-version = "1.85"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "2.0"
async-trait = "0.1"