aboutsummaryrefslogtreecommitdiffstats
path: root/crates/asist-llm/Cargo.toml
blob: 6090cf40705cf1e5492ed50103ab8895d059a8e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "asist-llm"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true

[dependencies]
asist-core.workspace = true
serde.workspace = true
serde_json.workspace = true
tracing.workspace = true