refactoring...
This commit is contained in:
19
Cargo.toml
19
Cargo.toml
@@ -3,12 +3,23 @@ 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"
|
||||
#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" }
|
||||
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"
|
||||
num_enum = "0.7"
|
||||
parking_lot = "0.12"
|
||||
tokio = "1.45"
|
||||
#rtrb = "0.3"
|
||||
Reference in New Issue
Block a user