lc-shared 0.22.4

Shared types for langchainrust workspace — breaks circular dependencies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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"