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

[dependencies]
base64 = "0.22.1"
chrono = "0.4.42"
confy = "2.0.0"
daemonize-me = "2.0.2"
image = "0.25.9"
reqwest = "0.12.24"
rig-core = { version = "0.24.0", features = ["all", "audio"] }
rodio = "0.21.1"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
surrealdb = { version = "2.4.0", features = ["kv-rocksdb"] }
tokio = { version = "1.48.0", features = ["full"] }