init sync
This commit is contained in:
22
Cargo.toml
Normal file
22
Cargo.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[package]
|
||||
name = "ox_speak"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[[bin]]
|
||||
name = "ox_speak"
|
||||
path = "src/main.rs"
|
||||
|
||||
[lib]
|
||||
name = "ox_speak"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
cpal = "0.16"
|
||||
opus = "0.3"
|
||||
crossbeam = "0.8"
|
||||
parking_lot = "0.12"
|
||||
tokio = "1.45"
|
||||
strum = {version = "0.27", features = ["derive"]}
|
||||
uuid = {version = "1.17", features = ["v4", "serde"]}
|
||||
event-listener = "5.4"
|
||||
Reference in New Issue
Block a user