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

[dependencies]
base64 = "0.22.1"
chrono = "0.4.42"
reqwest = "0.12.24"
rig-core = { version = "0.24.0", features = ["all", "audio"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
tokio = { version = "1.48.0", features = ["full"] }