about summary refs log tree commit diff stats
path: root/Cargo.toml
blob: 963c3a1e3befbd68ad910fe5e929934ee1834850 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "violet"
version = "0.1.0"
edition = "2024"
publish = ["crates-io"]

[dependencies]
llm-connector = "0.5.3"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
tokio = { version = "1.48.0", features = ["full"] }