Files
ox_speak_old/Cargo.toml
2025-06-18 03:15:36 +02:00

25 lines
465 B
TOML

[package]
name = "ox_speak_rs"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "ox_speak_rs"
path = "src/main.rs"
[lib]
name = "ox_speak_rs"
path = "src/lib.rs"
[dependencies]
opus = "0.3"
cpal = "0.16"
#ringbuf = "0.4"
#crossbeam = "0.8"
kanal = "0.1" # attente du fix sur le recv_timeout qui fait burn le cpu
#kanal = { git = "https://github.com/fereidani/kanal.git" }
event-listener = "5.4"
num_enum = "0.7"
parking_lot = "0.12"
tokio = "1.45"
#rtrb = "0.3"