first commit
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "ox_speak_rs"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[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"
|
||||
Reference in New Issue
Block a user