refactor: ➖ no need cpal in stream server anymore
This commit is contained in:
parent
a954dfce73
commit
1cebc9d060
1 changed files with 1 additions and 3 deletions
|
@ -8,14 +8,12 @@ edition = "2021"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
axum = { version = "0.7.4", features = ["macros"] }
|
axum = { version = "0.7.4", features = ["macros"] }
|
||||||
axum-server = { version = "0.6.0", features = ["tls-rustls"] }
|
axum-server = { version = "0.6.0", features = ["tls-rustls"] }
|
||||||
cpal = "0.15.3"
|
|
||||||
futures-util = "0.3.30"
|
futures-util = "0.3.30"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
ringbuf = "0.3.3"
|
ringbuf = "0.3.3"
|
||||||
serde = { version = "1.0.197", features = ["derive"] }
|
serde = { version = "1.0.197", features = ["derive"] }
|
||||||
serde_json = "1.0.114"
|
serde_json = "1.0.114"
|
||||||
tokio = { version = "1.36.0", features = ["full"] }
|
tokio = { version = "1.36.0", features = ["full"] }
|
||||||
tokio-tungstenite = "0.21.0"
|
tokio-tungstenite = { version = "0.21.0", features = ["rustls"] }
|
||||||
#tokio-stream = { version = "0.1.15", features = ["full"] }
|
|
||||||
tokio-util = { version = "0.7.10", features = ["full"] }
|
tokio-util = { version = "0.7.10", features = ["full"] }
|
||||||
tower-http = { version = "0.5.2", features = ["full"] }
|
tower-http = { version = "0.5.2", features = ["full"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue